aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-06-04 11:12:56 +0100
committerMike McQuaid2017-06-04 11:12:56 +0100
commit9e17e44b3e16c9eb8d3f9e6baf8a92353fc8bd67 (patch)
treeca6d28df9fd225961ccbefe9cac378118567ead9 /Library/Homebrew/cmd/install.rb
parent88cef8118e51b2b58eab9f5e8eaef6258b9d63ef (diff)
downloadbrew-9e17e44b3e16c9eb8d3f9e6baf8a92353fc8bd67.tar.bz2
Change manpage internal links in correct location.
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
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 <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.