From 36272dbaa6dd5cc4c77f5ef8a0386b32ee15bb10 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 11 Aug 2015 16:42:05 +0800 Subject: [PATCH] doc: fix link to pip document --- share/doc/homebrew/Maintainer-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/homebrew/Maintainer-Guidelines.md b/share/doc/homebrew/Maintainer-Guidelines.md index 1bcc4a50b3..296527b4fe 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.