From 06c00a7c07035f0d00317d371bb1fc4b6e994a0d Mon Sep 17 00:00:00 2001 From: lasers Date: Thu, 23 Oct 2014 14:22:16 -0700 Subject: [PATCH] Changed URL from GoogleCode to GitHub --- Building-for-Mac-OS-X.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Mac-OS-X.md b/Building-for-Mac-OS-X.md index f51c110..2f84b20 100644 --- a/Building-for-Mac-OS-X.md +++ b/Building-for-Mac-OS-X.md @@ -11,7 +11,7 @@ You will need to install "Command Line Tools for Xcode". Installing Xcode itself To checkout Dolphin's source: ```bash -git clone https://code.google.com/p/dolphin-emu ~/dolphin-emu +git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu cd ~/dolphin-emu ```