aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2015-08-11 16:42:05 +0800
committerXu Cheng2015-08-11 16:42:05 +0800
commit36272dbaa6dd5cc4c77f5ef8a0386b32ee15bb10 (patch)
tree8ffb7e6ca2aa7950ca22aca040cd2d7ec51e0251
parentc405a2349140626d924818ff764f232ef94eaadb (diff)
downloadbrew-36272dbaa6dd5cc4c77f5ef8a0386b32ee15bb10.tar.bz2
doc: fix link to pip document
-rw-r--r--share/doc/homebrew/Maintainer-Guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Maintainer-Guidelines.md b/share/doc/homebrew/Maintainer-Guidelines.md
index 1bcc4a50b..296527b4f 100644
--- a/share/doc/homebrew/Maintainer-Guidelines.md
+++ b/share/doc/homebrew/Maintainer-Guidelines.md
@@ -16,7 +16,7 @@ This is all that really matters:
- Ensure it is not a library that can be installed with
[gem](https://en.wikipedia.org/wiki/RubyGems),
[cpan](https://en.wikipedia.org/wiki/Cpan) or
- [pip](https://pip.pypa.io/en/latest).
+ [pip](https://pip.pypa.io/en/stable/).
- Ensure that any dependencies are accurate and minimal. We don't need to
support every possible optional feature for the software.
- Use `brew pull` when possible to add messages to auto-close pull requests (which may take ~5m, be patient) and pull bottles built by BrewTestBot.