aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-11 19:40:25 +0000
committerMike McQuaid2014-11-12 08:03:13 +0000
commitea5d2d8f62282829dc5a887a457486ae00521d48 (patch)
tree868a13309bb083fcdf7c76568d3b2d58f66d53a8 /Library
parentcdbdb9b190a4fd0a0402724a0ae857bef607fbfd (diff)
downloadhomebrew-ea5d2d8f62282829dc5a887a457486ae00521d48.tar.bz2
Documentation Fixes
The bigger, uglier brother of #34090. Closes #34106. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgresql.rb3
-rw-r--r--Library/Formula/pypy.rb2
-rw-r--r--Library/Formula/pypy3.rb2
-rw-r--r--Library/Formula/python.rb2
4 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 4bc603b83..d26c6a3fd 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -121,7 +121,8 @@ class Postgresql < Formula
When installing the postgres gem, including ARCHFLAGS is recommended:
ARCHFLAGS="-arch x86_64" gem install pg
- To install gems without sudo, see the Homebrew wiki.
+ To install gems without sudo, see the Homebrew documentation:
+ https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Gems,-Eggs-and-Perl-Modules.md
EOS
end
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 8a04d7e12..1cd9a2ac3 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -110,7 +110,7 @@ class Pypy < Formula
To update setuptools and pip between pypy releases, run:
#{scripts_folder}/pip install --upgrade setuptools
- 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
end
diff --git a/Library/Formula/pypy3.rb b/Library/Formula/pypy3.rb
index a0321d40b..dfb9c7d9f 100644
--- a/Library/Formula/pypy3.rb
+++ b/Library/Formula/pypy3.rb
@@ -108,7 +108,7 @@ class Pypy3 < Formula
To update setuptools and pip between pypy3 releases, run:
#{scripts_folder}/pip install --upgrade setuptools pip
- 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
end
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index d222e15eb..86deb25af 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -321,7 +321,7 @@ class Python < 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
end