Skip to content

Commit

Permalink
use mongodb docs link in greet message (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored Jun 16, 2020
1 parent d409821 commit 5888211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli-repl/src/cli-repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class CliRepl {
*/
greet(): void {
const { version } = require('../package.json');
console.log(`Using MongoDB: ${this.internalState.connectionInfo.buildInfo.version}`);
console.log(`Using MongoDB: ${this.internalState.connectionInfo.buildInfo.version}`);
console.log(`${clr('Using Mongosh Beta', ['bold', 'yellow'])}: ${version}`);
console.log(`${MONGOSH_WIKI}`);
if (!this.disableGreetingMessage) console.log(TELEMETRY);
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/src/locales/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const translations = {
enabledTelemetry: 'Telemetry is now enabled.',
disabledTelemetry: 'Telemetry is now disabled.',
wiki: {
info: 'For more information about mongosh, please see the wiki:',
link: 'github.com/mongodb-js/mongosh/wiki'
info: 'For more information about mongosh, please see our docs:',
link: 'https://docs.mongodb.com/mongodb-shell/'
}
},
'uri-generator': {
Expand Down

0 comments on commit 5888211

Please sign in to comment.