SERVER-48032 change mailing list to forums and use correct https URLS

This commit is contained in:
Jon Streets 2020-06-18 16:26:36 -04:00 committed by Evergreen Agent
parent 4e917607f0
commit 60f04d3899
3 changed files with 9 additions and 9 deletions

6
README
View File

@ -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.

View File

@ -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.

View File

@ -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