aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Maintainer-Guidelines.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/Maintainer-Guidelines.md
parentd05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff)
downloadbrew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
Diffstat (limited to 'docs/Maintainer-Guidelines.md')
-rw-r--r--docs/Maintainer-Guidelines.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Maintainer-Guidelines.md b/docs/Maintainer-Guidelines.md
index 9d8b4bbdf..1d69f5381 100644
--- a/docs/Maintainer-Guidelines.md
+++ b/docs/Maintainer-Guidelines.md
@@ -5,7 +5,7 @@ access** to Homebrew’s repository and help merge the contributions of
others. You may find what is written here interesting, but it’s
definitely not a beginner’s guide.
-Maybe you were looking for the [Formula Cookbook](Formula-Cookbook)?
+Maybe you were looking for the [Formula Cookbook](Formula-Cookbook.md)?
## Quick checklist
@@ -45,7 +45,7 @@ Add other names as aliases as symlinks in `Aliases` in the tap root. Ensure the
name referenced on the homepage is one of these, as it may be different and have
underscores and hyphens and so on.
-We now accept versioned formulae as long as they [meet the requirements](Versions).
+We now accept versioned formulae as long as they [meet the requirements](Versions.md).
### Merging, rebasing, cherry-picking
Merging should be done in the `Homebrew/brew` repository to preserve history & GPG commit signing,
@@ -64,7 +64,7 @@ the commits. Our main branch history should be useful to other people,
not confusing.
### Testing
-We need to at least check that it builds. Use the [Brew Test Bot](Brew-Test-Bot) for this.
+We need to at least check that it builds. Use the [Brew Test Bot](Brew-Test-Bot.md) for this.
Verify the formula works if possible. If you can’t tell (e.g. if it’s a
library) trust the original contributor, it worked for them, so chances are it