aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2016-08-30 21:59:12 +0200
committerWillem Jan Palenstijn2016-08-30 21:59:12 +0200
commit9b6bbeb911d07ba3eac6ae29a64d1c57e7fe075b (patch)
treef4e4b95b693630f627955e08fad7a788f892e1a6
parent3b2bdd3a89bf75957b9139b0f5061df516b03632 (diff)
downloadscummvm-rg350-9b6bbeb911d07ba3eac6ae29a64d1c57e7fe075b.tar.gz
scummvm-rg350-9b6bbeb911d07ba3eac6ae29a64d1c57e7fe075b.tar.bz2
scummvm-rg350-9b6bbeb911d07ba3eac6ae29a64d1c57e7fe075b.zip
COMMON: Replace broken URL
-rw-r--r--common/json.cpp2
-rw-r--r--common/json.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/json.cpp b/common/json.cpp
index f999162a92..f198e30b76 100644
--- a/common/json.cpp
+++ b/common/json.cpp
@@ -21,7 +21,7 @@
*/
/*
-* Files JSON.cpp and JSONValue.cpp part of the SimpleJSON Library - http://mjpa.in/json
+* Files JSON.cpp and JSONValue.cpp part of the SimpleJSON Library - https://github.com/MJPA/SimpleJSON
*
* Copyright (C) 2010 Mike Anchor
*
diff --git a/common/json.h b/common/json.h
index d9bbbdb77c..8e2eade669 100644
--- a/common/json.h
+++ b/common/json.h
@@ -21,7 +21,7 @@
*/
/*
-* Files JSON.h and JSONValue.h part of the SimpleJSON Library - http://mjpa.in/json
+* Files JSON.h and JSONValue.h part of the SimpleJSON Library - https://github.com/MJPA/SimpleJSON
*
* Copyright (C) 2010 Mike Anchor
*