summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-04-21 13:16:24 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-21 23:49:40 +0000
commit33b8e66a0c0b1c8df11577c84c59e32b721a15e5 (patch)
treecaa9f18ad95431e6fb684abd04a12967244a97e9
parent5988fe51d7a18c022b51eda6f7243123b4e9a6ab (diff)
downloadmongo-33b8e66a0c0b1c8df11577c84c59e32b721a15e5.tar.gz
SERVER-47668 Update FCV documentation links to 4.2 in feature_compatibility_version_documentation.h
-rw-r--r--src/mongo/db/commands/feature_compatibility_version_documentation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/commands/feature_compatibility_version_documentation.h b/src/mongo/db/commands/feature_compatibility_version_documentation.h
index 0be6c0b1f39..43ff0cb1ff1 100644
--- a/src/mongo/db/commands/feature_compatibility_version_documentation.h
+++ b/src/mongo/db/commands/feature_compatibility_version_documentation.h
@@ -32,7 +32,8 @@
namespace mongo {
namespace feature_compatibility_version_documentation {
constexpr StringData kCompatibilityLink =
- "http://dochub.mongodb.org/core/4.0-feature-compatibility"_sd;
-constexpr StringData kUpgradeLink = "http://dochub.mongodb.org/core/4.0-upgrade-fcv"_sd;
+ "https://docs.mongodb.com/manual/release-notes/4.2-compatibility/#feature-compatibility"_sd;
+constexpr StringData kUpgradeLink =
+ "https://docs.mongodb.com/manual/release-notes/4.2/#upgrade-procedures"_sd;
} // namespace feature_compatibility_version_documentation
} // namespace mongo