From 5835105872c46d1733d04f18d51658a4fe0e020b Mon Sep 17 00:00:00 2001 From: Kevin Aloysius Date: Thu, 2 Oct 2014 17:26:37 -0700 Subject: [PATCH] Updated Homebrew link --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index b3fbd3c23..6c1945f64 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -41,7 +41,7 @@ simply run .. code-block:: console - $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" + $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" The script will explain what changes it will make and prompt you before the installation begins.