Skip to content

Commit ad722ef

Browse files
committed
Merge pull request realpython#363 from jasonh-n-austin/master
Updating links for brew
2 parents 6dd3ccf + ccf93af commit ad722ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/install/osx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ package.
3333

3434
While Lion comes with a large number of UNIX utilities, those familiar with
3535
Linux systems will notice one key component missing: a decent package manager.
36-
`Homebrew <http://mxcl.github.com/homebrew/>`_ fills this void.
36+
`Homebrew <http://brew.sh>`_ fills this void.
3737

38-
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_,
38+
To `install Homebrew <https://github.com/Homebrew/homebrew/wiki/installation>`_,
3939
simply run
4040

4141
.. code-block:: console
4242
43-
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
43+
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
4444
4545
The script will explain what changes it will make and prompt you before the
4646
installation begins.

0 commit comments

Comments
 (0)