File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
packages/i18n/src/locales Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Page](https://www.mongodb.com/try/download/shell). We currently maintain MongoDB
20
20
Shell on three different platforms - Windows (zip), MacOS (zip) and Linux (tgz, deb and rpm).
21
21
Once downloaded, you will have to extract the binary and add it to your PATH
22
22
variable. For detailed instructions for each of our supported platforms, please visit
23
- [ installation documentation] ( https://docs .mongodb.com/mongodb-shell/install#mdb-shell-install ) .
23
+ [ installation documentation] ( https://www .mongodb.com/docs /mongodb-shell/install#mdb-shell-install ) .
24
24
25
25
## CLI Usage
26
26
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ module.exports = {
190
190
} ;
191
191
} ,
192
192
manpage : {
193
- sourceUrl : 'https://docs .mongodb.com/mongodb-shell/manpages.tar.gz' ,
193
+ sourceUrl : 'https://www .mongodb.com/docs /mongodb-shell/manpages.tar.gz' ,
194
194
downloadPath : path . resolve ( TMP_DIR , 'manpage' ) ,
195
195
fileName : MANPAGE_NAME ,
196
196
} ,
Original file line number Diff line number Diff line change 2
2
3
3
This folder contains development-specific documentation on the inner workings of ` mongosh ` and its packages.
4
4
5
- > If you are looking for end-user documentation, please refer to: https://docs .mongodb.com/mongodb-shell/ .
5
+ > If you are looking for end-user documentation, please refer to: https://www .mongodb.com/docs /mongodb-shell/ .
6
6
7
7
## Topics
8
8
Go to any of the linked topics for details:
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ const translations: Catalog = {
106
106
disabledTelemetry : 'Telemetry is now disabled.' ,
107
107
wiki : {
108
108
info : 'For mongosh info see:' ,
109
- link : 'https://docs .mongodb.com/mongodb-shell/' ,
109
+ link : 'https://www .mongodb.com/docs /mongodb-shell/' ,
110
110
} ,
111
111
additionalErrorInfo : 'Additional information' ,
112
112
additionalErrorResult : 'Result' ,
You can’t perform that action at this time.
0 commit comments