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/Versions.md | |
| parent | d05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff) | |
| download | brew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2 | |
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a.
Closes #3832.
Diffstat (limited to 'docs/Versions.md')
| -rw-r--r-- | docs/Versions.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Versions.md b/docs/Versions.md index 43a959574..2fa3f563f 100644 --- a/docs/Versions.md +++ b/docs/Versions.md @@ -18,6 +18,6 @@ Versioned formulae we include in [homebrew/core](https://github.com/homebrew/hom  * Versioned formulae should be as similar as possible and sensible to the unversioned formulae. Creating or updating a versioned formula should be a chance to ask questions of the unversioned formula e.g. can some unused or useless options be removed or made default?  * No more than five versions of a formula (including the non-versioned one) will be supported at any given time, regardless of usage. When removing formulae that violate this we will aim to do so based on usage and support status rather than age. -Homebrew's versions are not intended to be used for any old versions you personally require for your project. You should create your own [tap](How-to-Create-and-Maintain-a-Tap) for formulae you or your organisation wish to control the versioning of or those that do not meet the above standards. Software that has regular API or ABI breaking releases still needs to meet all the above requirements; that a `brew upgrade` has broken something for you is not an argument for us to add and maintain a formula for you. +Homebrew's versions are not intended to be used for any old versions you personally require for your project. You should create your own [tap](How-to-Create-and-Maintain-a-Tap.md) for formulae you or your organisation wish to control the versioning of or those that do not meet the above standards. Software that has regular API or ABI breaking releases still needs to meet all the above requirements; that a `brew upgrade` has broken something for you is not an argument for us to add and maintain a formula for you.  We may temporarily add versioned formulae for our own needs that do not meet these standards in [homebrew/core](https://github.com/homebrew/homebrew-core). The presence of a versioned formula there does not imply it will be maintained indefinitely or that we are willing to accept any more versions that do not meet the requirements above. | 
