diff options
| author | Mike McQuaid | 2018-02-23 19:39:19 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-23 19:52:00 +0000 | 
| commit | 190e665bb1db54d452ed9e0bf93c6985bd8dab5f (patch) | |
| tree | d7a1a1c8c4ce9189d786f6f44b814afa28cf4a04 /docs/Acceptable-Formulae.md | |
| parent | d05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff) | |
| download | brew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2 | |
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a.
Closes #3832.
Diffstat (limited to 'docs/Acceptable-Formulae.md')
| -rw-r--r-- | docs/Acceptable-Formulae.md | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index 1530238c5..df799bb1a 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -2,14 +2,14 @@  Some formulae should not go in  [homebrew/core](https://github.com/Homebrew/homebrew-core). But there are -additional [Interesting Taps and Forks](Interesting-Taps-and-Forks) and anyone can start their +additional [Interesting Taps and Forks](Interesting-Taps-and-Forks.md) and anyone can start their  own!  ### Dupes in `homebrew/core`  We now accept stuff that comes with macOS as long as it uses `keg_only :provided_by_macos` to be keg-only by default.  ### Versioned formulae in `homebrew/core` -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).  ### We don’t like tools that upgrade themselves  Software that can upgrade itself does not integrate well with Homebrew's own @@ -36,7 +36,7 @@ the upstream project. Tarballs are preferred to Git checkouts, and  tarballs should include the version in the filename whenever possible.  We don’t accept software without a tagged version because they regularly break -due to upstream changes and we can’t provide [bottles](Bottles) for them. +due to upstream changes and we can’t provide [bottles](Bottles.md) for them.  ### Bindings  First check that there is not already a binding available via @@ -62,7 +62,7 @@ get maintained and partly because we have to draw the line somewhere.  We frown on authors submitting their own work unless it is very popular.  Don’t forget Homebrew is all Git underneath! -[Maintain your own tap](How-to-Create-and-Maintain-a-Tap) if you have to! +[Maintain your own tap](How-to-Create-and-Maintain-a-Tap.md) if you have to!  There may be exceptions to these rules in the main repository; we may  include things that don't meet these criteria or reject things that do. | 
