aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Maintainer-Guidelines.md
diff options
context:
space:
mode:
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