From 9e17e44b3e16c9eb8d3f9e6baf8a92353fc8bd67 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 4 Jun 2017 11:12:56 +0100 Subject: Change manpage internal links in correct location. --- Library/Homebrew/cmd/gist-logs.rb | 2 +- Library/Homebrew/cmd/install.rb | 2 +- Library/Homebrew/manpages/brew.1.md.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index fecdc25a0..012121b08 100644 --- a/Library/Homebrew/cmd/gist-logs.rb +++ b/Library/Homebrew/cmd/gist-logs.rb @@ -2,7 +2,7 @@ #: Upload logs for a failed build of to a new Gist. #: #: 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. diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 394b31db0..08d1ffccf 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -2,7 +2,7 @@ #: Install . #: #: 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. diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 5b0228e3f..7ae30bb16 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -24,7 +24,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