From 52531dff9419df4f897e25f55bb53040ef0f5264 Mon Sep 17 00:00:00 2001 From: Paula Stachova Date: Tue, 13 Aug 2024 10:32:36 +0200 Subject: [PATCH] chore(docs, i18n): update docs link (#2124) --- README.md | 2 +- config/build.conf.js | 2 +- docs/index.md | 2 +- packages/i18n/src/locales/en_US.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf01daf1c..f67e0070a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Page](https://www.mongodb.com/try/download/shell). We currently maintain MongoDB Shell on three different platforms - Windows (zip), MacOS (zip) and Linux (tgz, deb and rpm). Once downloaded, you will have to extract the binary and add it to your PATH variable. For detailed instructions for each of our supported platforms, please visit -[installation documentation](https://docs.mongodb.com/mongodb-shell/install#mdb-shell-install). +[installation documentation](https://www.mongodb.com/docs/mongodb-shell/install#mdb-shell-install). ## CLI Usage diff --git a/config/build.conf.js b/config/build.conf.js index 7959a7e38..75b143509 100644 --- a/config/build.conf.js +++ b/config/build.conf.js @@ -190,7 +190,7 @@ module.exports = { }; }, manpage: { - sourceUrl: 'https://docs.mongodb.com/mongodb-shell/manpages.tar.gz', + sourceUrl: 'https://www.mongodb.com/docs/mongodb-shell/manpages.tar.gz', downloadPath: path.resolve(TMP_DIR, 'manpage'), fileName: MANPAGE_NAME, }, diff --git a/docs/index.md b/docs/index.md index 8d04bbe1f..abff324b8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ This folder contains development-specific documentation on the inner workings of `mongosh` and its packages. -> If you are looking for end-user documentation, please refer to: https://docs.mongodb.com/mongodb-shell/. +> If you are looking for end-user documentation, please refer to: https://www.mongodb.com/docs/mongodb-shell/. ## Topics Go to any of the linked topics for details: diff --git a/packages/i18n/src/locales/en_US.ts b/packages/i18n/src/locales/en_US.ts index 278321184..a30cb23a2 100644 --- a/packages/i18n/src/locales/en_US.ts +++ b/packages/i18n/src/locales/en_US.ts @@ -106,7 +106,7 @@ const translations: Catalog = { disabledTelemetry: 'Telemetry is now disabled.', wiki: { info: 'For mongosh info see:', - link: 'https://docs.mongodb.com/mongodb-shell/', + link: 'https://www.mongodb.com/docs/mongodb-shell/', }, additionalErrorInfo: 'Additional information', additionalErrorResult: 'Result',