From 8f751aaf51781e42730e7f5b16e196710f987ecb Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 7 May 2017 00:30:49 +0100 Subject: Fix internal links --- docs/Manpage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Manpage.md b/docs/Manpage.md index fcc6cf4a0..142f923aa 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -167,7 +167,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note Upload logs for a failed build of `formula` to a new Gist. `formula` is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE][]. + in several different ways. See [SPECIFYING FORMULAE][#specifying-formulae]. If `--new-issue` is passed, automatically create a new issue in the appropriate GitHub repository as well as creating the Gist. @@ -202,7 +202,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note Install `formula`. `formula` is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE][]. + in several different ways. See [SPECIFYING FORMULAE][#specifying-formulae]. If `--debug` (or `-d`) is passed and brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory. -- cgit v1.2.3 From 8c214ed16ddb2ad70d697d6f116c36114e37fe3f Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 7 May 2017 00:35:36 +0100 Subject: Fix the link code --- docs/Manpage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Manpage.md b/docs/Manpage.md index 142f923aa..26b351719 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -167,7 +167,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note Upload logs for a failed build of `formula` to a new Gist. `formula` is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE][#specifying-formulae]. + in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). If `--new-issue` is passed, automatically create a new issue in the appropriate GitHub repository as well as creating the Gist. @@ -202,7 +202,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note Install `formula`. `formula` is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE][#specifying-formulae]. + in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). If `--debug` (or `-d`) is passed and brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory. -- cgit v1.2.3 From 88cef8118e51b2b58eab9f5e8eaef6258b9d63ef Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 7 May 2017 00:45:02 +0100 Subject: Fix another internal link --- docs/Manpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Manpage.md b/docs/Manpage.md index 26b351719..fdef2dd8a 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -13,7 +13,7 @@ didn't include with macOS. ## ESSENTIAL COMMANDS -For the full command list, see the [COMMANDS][] section. +For the full command list, see the [COMMANDS](#commands) section. With `--verbose` or `-v`, many commands print extra debugging information. Note that these flags should only appear after a command. -- cgit v1.2.3