aboutsummaryrefslogtreecommitdiffstats
path: root/docs/How-to-Create-and-Maintain-a-Tap.md
diff options
context:
space:
mode:
authorMike McQuaid2018-02-23 19:39:19 +0000
committerMike McQuaid2018-02-23 19:52:00 +0000
commit190e665bb1db54d452ed9e0bf93c6985bd8dab5f (patch)
treed7a1a1c8c4ce9189d786f6f44b814afa28cf4a04 /docs/How-to-Create-and-Maintain-a-Tap.md
parentd05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff)
downloadbrew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
Diffstat (limited to 'docs/How-to-Create-and-Maintain-a-Tap.md')
-rw-r--r--docs/How-to-Create-and-Maintain-a-Tap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md
index c3296c55d..610380aa6 100644
--- a/docs/How-to-Create-and-Maintain-a-Tap.md
+++ b/docs/How-to-Create-and-Maintain-a-Tap.md
@@ -27,7 +27,7 @@ If it’s on GitHub, users can install any of your formulae with
file here.
If they want to get your tap without installing any formula at the same time,
-users can add it with the [`brew tap` command](Taps).
+users can add it with the [`brew tap` command](Taps.md).
If it’s on GitHub, they can use `brew tap user/repo`, where `user` is your
GitHub username and `homebrew-repo` your repository.
@@ -51,7 +51,7 @@ Once your tap is installed, Homebrew will update it each time a user runs
## External commands
You can provide your tap users with custom `brew` commands by adding them in a
-`cmd` subdirectory. [Read more on external commands](External-Commands).
+`cmd` subdirectory. [Read more on external commands](External-Commands.md).
See [homebrew/aliases](https://github.com/Homebrew/homebrew-aliases) for an
example of a tap with external commands.