diff options
| author | EricFromCanada | 2017-11-17 16:40:37 -0500 |
|---|---|---|
| committer | EricFromCanada | 2017-11-17 16:40:37 -0500 |
| commit | f34f4e80f80416f09d68656f14884988cd889ffd (patch) | |
| tree | a82f90c376f55f878ec505d50937a0bd1136adc3 /docs | |
| parent | 0441ecd3d70f7d4d00db134880b449f4fb18ec3c (diff) | |
| download | brew-f34f4e80f80416f09d68656f14884988cd889ffd.tar.bz2 | |
docs: rename Taps docs to match convention
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/How-to-Create-and-Maintain-a-Tap.md | 2 | ||||
| -rw-r--r-- | docs/README.md | 2 | ||||
| -rw-r--r-- | docs/Taps.md (renamed from docs/brew-tap.md) | 0 |
3 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 c9a8da642..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](brew-tap.md). +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. diff --git a/docs/README.md b/docs/README.md index 07ff9074c..f069ae562 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ - [Tips and Tricks](Tips-N'-Tricks.md) - [Bottles (binary packages)](Bottles.md) -- [Taps (third-party repositories)](brew-tap.md) +- [Taps (third-party repositories)](Taps.md) - [Interesting Taps and Forks](Interesting-Taps-and-Forks.md) - [Anonymous Aggregate User Behaviour Analytics](Analytics.md) diff --git a/docs/brew-tap.md b/docs/Taps.md index 59825a0c9..59825a0c9 100644 --- a/docs/brew-tap.md +++ b/docs/Taps.md |
