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 ```