diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index f3978ae9a..41f84f350 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -222,7 +222,7 @@ class Python3 < 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 @@ -279,7 +279,7 @@ class Python3 < Formula They will install into the site-package directory #{site_packages} - See: https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python + See: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Homebrew-and-Python.md EOS # Tk warning only for 10.6 |
