diff options
author | Jon Streets <jonathan.streets@10gen.com> | 2020-06-18 16:26:36 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-06-18 23:10:52 +0000 |
commit | 60f04d3899c88b8e38f62c7342e27c20a43cc85a (patch) | |
tree | 71e633e59915d01acb9ee4c94240e181995842e5 | |
parent | 4e917607f004393f1224d87c7bebd8610aa80f24 (diff) | |
download | mongo-60f04d3899c88b8e38f62c7342e27c20a43cc85a.tar.gz |
SERVER-48032 change mailing list to forums and use correct https URLS
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | distsrc/README | 6 | ||||
-rw-r--r-- | src/mongo/shell/mongo_main.cpp | 6 |
3 files changed, 9 insertions, 9 deletions
@@ -63,13 +63,13 @@ CLOUD HOSTED MONGODB https://www.mongodb.com/cloud/atlas
-MAIL LISTS
+FORUMS
- https://groups.google.com/forum/#!forum/mongodb-user
+ https://community.mongodb.com
A forum for technical questions about using MongoDB.
- https://groups.google.com/forum/#!forum/mongodb-dev
+ https://community.mongodb.com/c/server-dev
A forum for technical questions about building and developing MongoDB.
diff --git a/distsrc/README b/distsrc/README index 3312c5e8e1b..97f1dc72436 100644 --- a/distsrc/README +++ b/distsrc/README @@ -63,13 +63,13 @@ CLOUD HOSTED MONGODB https://www.mongodb.com/cloud/atlas
-MAIL LISTS
+FORUMS
- https://groups.google.com/forum/#!forum/mongodb-user
+ https://community.mongodb.com
A forum for technical questions about using MongoDB.
- https://groups.google.com/forum/#!forum/mongodb-dev
+ https://community.mongodb.com/c/server-dev
A forum for technical questions about building and developing MongoDB.
diff --git a/src/mongo/shell/mongo_main.cpp b/src/mongo/shell/mongo_main.cpp index 5061079123a..ee062f15133 100644 --- a/src/mongo/shell/mongo_main.cpp +++ b/src/mongo/shell/mongo_main.cpp @@ -971,9 +971,9 @@ int mongo_main(int argc, char* argv[]) { std::cout << "Welcome to the MongoDB shell.\n" "For interactive help, type \"help\".\n" - "For more comprehensive documentation, see\n\thttp://docs.mongodb.org/\n" - "Questions? Try the support " - "group\n\thttp://groups.google.com/group/mongodb-user" + "For more comprehensive documentation, see\n\thttps://docs.mongodb.com/\n" + "Questions? Try the MongoDB Developer Community Forums\n" + "\thttps://community.mongodb.com" << std::endl; File f; f.open(rcLocation.c_str(), false); // Create empty .mongorc.js file |