diff options
| author | Sridhar Ratnakumar | 2014-11-10 22:34:26 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-12 15:39:26 +0000 |
| commit | 45275c5cf7d3ad764566d36413e36942c4a6535c (patch) | |
| tree | cf92e5b2c7ae6869a3760d1fe2aa6ee6941b3575 /Library/Formula/python3.rb | |
| parent | c12fafd2acd824ae83b62f35f63ed14ec307b704 (diff) | |
| download | homebrew-45275c5cf7d3ad764566d36413e36942c4a6535c.tar.bz2 | |
Fix broken link in caveats, for python3
The wiki page no longer exists, as it seems to have been moved to the master git repo.
Closes #34090.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 |
