summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/snapshots.cpp
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/stats/snapshots.cpp
parent36c78176a97e52874850d38d08ac5f8019055325 (diff)
downloadmongo-d22f901e93e50557f25bfd0d507dfc727396a418.tar.gz
DOCS-217 make all wiki links dochub links
Diffstat (limited to 'src/mongo/db/stats/snapshots.cpp')
-rw-r--r--src/mongo/db/stats/snapshots.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/snapshots.cpp b/src/mongo/db/stats/snapshots.cpp
index b193177d576..badf525c4df 100644
--- a/src/mongo/db/stats/snapshots.cpp
+++ b/src/mongo/db/stats/snapshots.cpp
@@ -195,7 +195,7 @@ namespace mongo {
ss << "<table border=1 cellpadding=2 cellspacing=0>";
ss << "<tr align='left'><th>";
- ss << a("http://www.mongodb.org/display/DOCS/Developer+FAQ#DeveloperFAQ-What%27sa%22namespace%22%3F", "namespace") <<
+ ss << a("http://dochub.mongodb.org/core/whatisanamespace", "namespace") <<
"NS</a></th>"
"<th colspan=2>total</th>"
"<th colspan=2>Reads</th>"