Skip to content

Commit

Permalink
Update Outdated Google Code References
Browse files Browse the repository at this point in the history
  • Loading branch information
Buddybenj committed Dec 21, 2014
1 parent f7a16ec commit fba3c48
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Common/GenericFPURoundMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/AudioInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/MemmapFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Source/Core/DolphinWX/MainAndroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdio>
#include <cstdlib>
Expand Down
4 changes: 2 additions & 2 deletions Source/DSPSpy/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions Source/DSPSpy/Stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -119,4 +119,4 @@ bool ReadFileToString(bool text_file, const char *filename, std::string &str)
}
*/
*/
2 changes: 1 addition & 1 deletion Tools/buildbot-try.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fba3c48

Please sign in to comment.