diff options
| author | Tim D. Smith | 2015-02-13 22:28:07 -0800 | 
|---|---|---|
| committer | Tim D. Smith | 2015-02-21 12:14:42 -0800 | 
| commit | e08eec3461cacc8791a5ab33fe5fde1105e2b215 (patch) | |
| tree | 6d0b1250593fcceaa85bc174849023eb3c22acd9 /Library/Formula/python.rb | |
| parent | 6ce35a8a5335231991598ff934e7062ba0ab7e9a (diff) | |
| download | homebrew-e08eec3461cacc8791a5ab33fe5fde1105e2b215.tar.bz2 | |
python: amend doc link in siteconfig
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 1a054c4bb..72815fc47 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -234,7 +234,7 @@ class Python < Formula      <<-EOF.undent        # This file is created by Homebrew and is executed on each python startup.        # Don't print from here, or else python command line scripts may fail! -      # <https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python> +      # <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md>        import os        import sys | 
