summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
diff options
context:
space:
mode:
authorMatt Dannenberg <dannenberg.matt@gmail.com>2012-06-20 15:42:31 -0400
committerMathias Stearn <mathias@10gen.com>2012-06-29 13:41:29 -0400
commitd22f901e93e50557f25bfd0d507dfc727396a418 (patch)
tree365465023400635d54a5cd48311ba277a0eb568f /src/mongo/db/dbmessage.h
parent36c78176a97e52874850d38d08ac5f8019055325 (diff)
downloadmongo-d22f901e93e50557f25bfd0d507dfc727396a418.tar.gz
DOCS-217 make all wiki links dochub links
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r--src/mongo/db/dbmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h
index dd90b20defc..882f91316af 100644
--- a/src/mongo/db/dbmessage.h
+++ b/src/mongo/db/dbmessage.h
@@ -106,7 +106,7 @@ namespace mongo {
/* For the database/server protocol, these objects and functions encapsulate
the various messages transmitted over the connection.
- See http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol
+ See http://dochub.mongodb.org/core/mongowireprotocol
*/
class DbMessage {
public: