From ea5d2d8f62282829dc5a887a457486ae00521d48 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 11 Nov 2014 19:40:25 +0000 Subject: Documentation Fixes The bigger, uglier brother of #34090. Closes #34106. Signed-off-by: Mike McQuaid --- Library/Formula/postgresql.rb | 3 ++- Library/Formula/pypy.rb | 2 +- Library/Formula/pypy3.rb | 2 +- Library/Formula/python.rb | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3