Skip to content

Commit 52531df

Browse files
authored
chore(docs, i18n): update docs link (#2124)
1 parent 46ab386 commit 52531df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Page](https://www.mongodb.com/try/download/shell). We currently maintain MongoDB
2020
Shell on three different platforms - Windows (zip), MacOS (zip) and Linux (tgz, deb and rpm).
2121
Once downloaded, you will have to extract the binary and add it to your PATH
2222
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).
2424

2525
## CLI Usage
2626

config/build.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module.exports = {
190190
};
191191
},
192192
manpage: {
193-
sourceUrl: 'https://docs.mongodb.com/mongodb-shell/manpages.tar.gz',
193+
sourceUrl: 'https://www.mongodb.com/docs/mongodb-shell/manpages.tar.gz',
194194
downloadPath: path.resolve(TMP_DIR, 'manpage'),
195195
fileName: MANPAGE_NAME,
196196
},

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains development-specific documentation on the inner workings of `mongosh` and its packages.
44

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/.
66
77
## Topics
88
Go to any of the linked topics for details:

packages/i18n/src/locales/en_US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const translations: Catalog = {
106106
disabledTelemetry: 'Telemetry is now disabled.',
107107
wiki: {
108108
info: 'For mongosh info see:',
109-
link: 'https://docs.mongodb.com/mongodb-shell/',
109+
link: 'https://www.mongodb.com/docs/mongodb-shell/',
110110
},
111111
additionalErrorInfo: 'Additional information',
112112
additionalErrorResult: 'Result',

0 commit comments

Comments
 (0)