summaryrefslogtreecommitdiff
path: root/src/mongo/db/json.h
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2013-02-25 19:54:19 -0500
committerJason Rassi <rassi@10gen.com>2013-03-01 15:52:09 -0500
commit23fc55ca33aa4e00b300824165466e4febe67f6d (patch)
treefad28c289624ba32fa360529f900d9cc7ba2ef29 /src/mongo/db/json.h
parent117f00f4d7bef6385cca2761c3b4cc56ead34144 (diff)
downloadmongo-23fc55ca33aa4e00b300824165466e4febe67f6d.tar.gz
SERVER-8674 Update hyperlinks to point to dochub
Diffstat (limited to 'src/mongo/db/json.h')
-rw-r--r--src/mongo/db/json.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/json.h b/src/mongo/db/json.h
index b174b99a6dc..f344ebe1f90 100644
--- a/src/mongo/db/json.h
+++ b/src/mongo/db/json.h
@@ -27,10 +27,10 @@ namespace mongo {
* Create a BSONObj from a JSON <http://www.json.org>,
* <http://www.ietf.org/rfc/rfc4627.txt> string. In addition to the JSON
* extensions extensions described here
- * <http://mongodb.onconfluence.com/display/DOCS/Mongo+Extended+JSON>, this
- * function accepts unquoted field names and allows single quotes to
- * optionally be used when specifying field names and string values instead
- * of double quotes. JSON unicode escape sequences (of the form \uXXXX) are
+ * <http://dochub.mongodb.org/core/mongodbextendedjson>, this function
+ * accepts unquoted field names and allows single quotes to optionally be
+ * used when specifying field names and string values instead of double
+ * quotes. JSON unicode escape sequences (of the form \uXXXX) are
* converted to utf8.
*
* @throws MsgAssertionException if parsing fails. The message included with