File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ class CliRepl {
321
321
*/
322
322
greet ( ) : void {
323
323
const { version } = require ( '../package.json' ) ;
324
- console . log ( `Using MongoDB: ${ this . internalState . connectionInfo . buildInfo . version } ` ) ;
324
+ console . log ( `Using MongoDB: ${ this . internalState . connectionInfo . buildInfo . version } ` ) ;
325
325
console . log ( `${ clr ( 'Using Mongosh Beta' , [ 'bold' , 'yellow' ] ) } : ${ version } ` ) ;
326
326
console . log ( `${ MONGOSH_WIKI } ` ) ;
327
327
if ( ! this . disableGreetingMessage ) console . log ( TELEMETRY ) ;
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ const translations = {
64
64
enabledTelemetry : 'Telemetry is now enabled.' ,
65
65
disabledTelemetry : 'Telemetry is now disabled.' ,
66
66
wiki : {
67
- info : 'For more information about mongosh, please see the wiki :' ,
68
- link : 'github. com/mongodb-js/mongosh/wiki '
67
+ info : 'For more information about mongosh, please see our docs :' ,
68
+ link : 'https://docs.mongodb. com/mongodb-shell/ '
69
69
}
70
70
} ,
71
71
'uri-generator' : {
You can’t perform that action at this time.
0 commit comments