mirror of https://github.com/mongodb/mongo
SERVER-48032 change mailing list to forums and use correct https URLS
This commit is contained in:
parent
4e917607f0
commit
60f04d3899
6
README
6
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue