From fba3c48ec48c3c75f6ea39f9917131d921172210 Mon Sep 17 00:00:00 2001 From: Benjamin Przybocki Date: Sat, 20 Dec 2014 21:04:31 -0600 Subject: [PATCH] Update Outdated Google Code References --- Source/Core/Common/GenericFPURoundMode.cpp | 4 ++-- Source/Core/Core/HW/AudioInterface.cpp | 2 +- Source/Core/Core/HW/MemmapFunctions.cpp | 2 +- Source/Core/DolphinWX/MainAndroid.cpp | 4 ++-- Source/DSPSpy/Config.h | 4 ++-- Source/DSPSpy/Stubs.cpp | 6 +++--- Tools/buildbot-try.sh | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Source/Core/Common/GenericFPURoundMode.cpp b/Source/Core/Common/GenericFPURoundMode.cpp index a1a9e6acd2..268330e9ba 100644 --- a/Source/Core/Common/GenericFPURoundMode.cpp +++ b/Source/Core/Common/GenericFPURoundMode.cpp @@ -12,8 +12,8 @@ // A copy of the GPL 2.0 should have been included with the program. // If not, see http://www.gnu.org/licenses/ -// Official SVN repository and contact information can be found at -// http://code.google.com/p/dolphin-emu/ +// Official Git repository and contact information can be found at +// https://github.com/dolphin-emu/dolphin #include "Common/CommonTypes.h" #include "Common/FPURoundMode.h" diff --git a/Source/Core/Core/HW/AudioInterface.cpp b/Source/Core/Core/HW/AudioInterface.cpp index 0c0ebdad38..cebfdfdcf7 100644 --- a/Source/Core/Core/HW/AudioInterface.cpp +++ b/Source/Core/Core/HW/AudioInterface.cpp @@ -13,7 +13,7 @@ // If not, see http://www.gnu.org/licenses/ // Official Git repository and contact information can be found at -// http://code.google.com/p/dolphin-emu/ +// https://github.com/dolphin-emu/dolphin /* Here is a nice ascii overview of audio flow affected by this file: diff --git a/Source/Core/Core/HW/MemmapFunctions.cpp b/Source/Core/Core/HW/MemmapFunctions.cpp index 059019bbe6..eed40d5506 100644 --- a/Source/Core/Core/HW/MemmapFunctions.cpp +++ b/Source/Core/Core/HW/MemmapFunctions.cpp @@ -13,7 +13,7 @@ // If not, see http://www.gnu.org/licenses/ // Official Git repository and contact information can be found at -// http://code.google.com/p/dolphin-emu/ +// https://github.com/dolphin-emu/dolphin #include "Common/Atomic.h" #include "Common/CommonTypes.h" diff --git a/Source/Core/DolphinWX/MainAndroid.cpp b/Source/Core/DolphinWX/MainAndroid.cpp index 47a03d82f9..533dd90c30 100644 --- a/Source/Core/DolphinWX/MainAndroid.cpp +++ b/Source/Core/DolphinWX/MainAndroid.cpp @@ -12,8 +12,8 @@ // A copy of the GPL 2.0 should have been included with the program. // If not, see http://www.gnu.org/licenses/ -// Official SVN repository and contact information can be found at -// http://code.google.com/p/dolphin-emu/ +// Official Git repository and contact information can be found at +// https://github.com/dolphin-emu/dolphin #include #include diff --git a/Source/DSPSpy/Config.h b/Source/DSPSpy/Config.h index 34d115e323..1977bfa7ed 100644 --- a/Source/DSPSpy/Config.h +++ b/Source/DSPSpy/Config.h @@ -12,7 +12,7 @@ // A copy of the GPL 2.0 should have been included with the program. // If not, see http://www.gnu.org/licenses/ -// Official SVN repository and contact information can be found at -// http://code.google.com/p/dolphin-emu/ +// Official Git repository and contact information can be found at +// https://github.com/dolphin-emu/dolphin // Dummy file for common to compile diff --git a/Source/DSPSpy/Stubs.cpp b/Source/DSPSpy/Stubs.cpp index 016af4546f..2f738f8c51 100644 --- a/Source/DSPSpy/Stubs.cpp +++ b/Source/DSPSpy/Stubs.cpp @@ -12,8 +12,8 @@ // A copy of the GPL 2.0 should have been included with the program. // If not, see http://www.gnu.org/licenses/ -// Official SVN repository and contact information can be found at -// http://code.google.com/p/dolphin-emu/ +// Official Git repository and contact information can be found at +// https://github.com/dolphin-emu/dolphin // Stubs to make DSPCore compile as part of DSPSpy. @@ -119,4 +119,4 @@ bool ReadFileToString(bool text_file, const char *filename, std::string &str) } -*/ \ No newline at end of file +*/ diff --git a/Tools/buildbot-try.sh b/Tools/buildbot-try.sh index b34db15aef..3251758974 100755 --- a/Tools/buildbot-try.sh +++ b/Tools/buildbot-try.sh @@ -7,7 +7,7 @@ opt_file=$HOME/.buildbot/options if ! [ -f "$opt_file" ]; then echo >&2 "error: no .buildbot/options configuration file found" - echo >&2 "Read the docs: http://code.google.com/p/dolphin-emu/wiki/BuildbotTry" + echo >&2 "Read the docs: https://wiki.dolphin-emu.org/index.php?title=Buildbot" exit 1 fi