Skip to content

Commit c9eea57

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#41 from dtrodrigues/homebrew-url-fix
fixed homebrew download url
2 parents c924263 + d7f77e5 commit c9eea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ package manager. Mxcl's `Homebrew <http://mxcl.github.com/homebrew/>`_ is the an
1515

1616
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, simply run: ::
1717

18-
$ ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)"
18+
$ ruby -e "$(curl -fsS https://raw.github.com/gist/323731)"
1919

2020

2121
It's basic commands are **update**, **install**, and **remove**.

0 commit comments

Comments
 (0)