summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2018-08-13 13:27:33 -0400
committerLouis Williams <louis.williams@mongodb.com>2018-08-13 13:27:33 -0400
commite635f4e9552ed3362399850bd993518e7e87b2c6 (patch)
treef6ee1d11c7d48e3847e143cf2cccb484ed4380f6
parent29d08f189860ae4e99aa5bc070b182c3249ce68a (diff)
downloadmongo-e635f4e9552ed3362399850bd993518e7e87b2c6.tar.gz
SERVER-36208 Use http docuhub link instead of https
-rw-r--r--src/mongo/db/commands/dbcommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/dbcommands.cpp b/src/mongo/db/commands/dbcommands.cpp
index d51ff6ae1e0..542f7bc5bf7 100644
--- a/src/mongo/db/commands/dbcommands.cpp
+++ b/src/mongo/db/commands/dbcommands.cpp
@@ -170,7 +170,7 @@ static const char* repairRemovedMessage =
"This command has been removed. If you would like to compact your data, use the 'compact' "
"command. If you would like to rebuild indexes, use the 'reIndex' command. If you need to "
"recover data, please see the documentation for repairing your database offline: "
- "https://dochub.mongodb.org/core/repair";
+ "http://dochub.mongodb.org/core/repair";
class CmdRepairDatabase : public ErrmsgCommandDeprecated {
public: