From 972e84f996777e824110061c64fa5ae613ac11bc Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Mon, 8 Jun 2020 16:40:34 -0400 Subject: [PATCH] DOCSP-10739 Update manual to reflect new Download Center design --- source/administration/install-community.txt | 2 +- source/administration/production-notes.txt | 2 +- source/includes/extracts-enterprise.yaml | 6 +++--- .../fact-download-dbtools-extra-server.rst | 2 +- ...fact-download-dbtools-extra-standalone.rst | 14 ++++++------- source/includes/fact-download-mongo-shell.rst | 21 +++++++++++-------- .../steps-install-mongodb-on-linux.yaml | 6 +++--- ...steps-install-mongodb-on-osx-manually.yaml | 6 +++--- ...nstall-mongodb-on-windows-interactive.yaml | 6 +++--- .../steps-install-verify-files-pgp.yaml | 2 +- .../steps-install-verify-files-sha.yaml | 2 +- .../steps-install-verify-files-windows.yaml | 8 +++---- source/installation.txt | 2 +- source/reference/program/install_compass.txt | 4 ++-- .../release-notes/4.4-upgrade-replica-set.txt | 2 +- .../4.4-upgrade-sharded-cluster.txt | 2 +- .../release-notes/4.4-upgrade-standalone.txt | 2 +- ...l-mongodb-enterprise-on-amazon-tarball.txt | 2 +- ...l-mongodb-enterprise-on-debian-tarball.txt | 2 +- .../install-mongodb-enterprise-on-os-x.txt | 2 +- ...-mongodb-enterprise-on-red-hat-tarball.txt | 2 +- ...all-mongodb-enterprise-on-suse-tarball.txt | 2 +- ...l-mongodb-enterprise-on-ubuntu-tarball.txt | 2 +- ...ngodb-enterprise-on-windows-unattended.txt | 2 +- .../install-mongodb-enterprise-on-windows.txt | 2 +- ...install-mongodb-enterprise-with-docker.txt | 2 +- .../install-mongodb-on-amazon-tarball.txt | 2 +- source/tutorial/install-mongodb-on-amazon.txt | 2 +- .../install-mongodb-on-debian-tarball.txt | 2 +- source/tutorial/install-mongodb-on-debian.txt | 2 +- .../install-mongodb-on-os-x-tarball.txt | 2 +- source/tutorial/install-mongodb-on-os-x.txt | 2 +- .../install-mongodb-on-red-hat-tarball.txt | 2 +- .../tutorial/install-mongodb-on-red-hat.txt | 2 +- .../install-mongodb-on-suse-tarball.txt | 2 +- source/tutorial/install-mongodb-on-suse.txt | 2 +- .../install-mongodb-on-ubuntu-tarball.txt | 2 +- source/tutorial/install-mongodb-on-ubuntu.txt | 2 +- .../install-mongodb-on-windows-unattended.txt | 2 +- .../tutorial/install-mongodb-on-windows.txt | 2 +- source/tutorial/upgrade-revision.txt | 2 +- 41 files changed, 70 insertions(+), 67 deletions(-) diff --git a/source/administration/install-community.txt b/source/administration/install-community.txt index 299d8474a95..808ee0abcf7 100644 --- a/source/administration/install-community.txt +++ b/source/administration/install-community.txt @@ -12,7 +12,7 @@ Install MongoDB Community Edition These documents provide instructions to install MongoDB Community Edition. -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server .. class:: toc diff --git a/source/administration/production-notes.txt b/source/administration/production-notes.txt index 59cd3a0a0b8..e25baa950a4 100644 --- a/source/administration/production-notes.txt +++ b/source/administration/production-notes.txt @@ -109,7 +109,7 @@ manager. For other MongoDB products, refer either to the `MongoDB Download Center`_ page or their `respective documentation `_. -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server MongoDB ``dbPath`` ------------------ diff --git a/source/includes/extracts-enterprise.yaml b/source/includes/extracts-enterprise.yaml index 64cfcc5f8d9..474cf32ee34 100644 --- a/source/includes/extracts-enterprise.yaml +++ b/source/includes/extracts-enterprise.yaml @@ -65,7 +65,7 @@ content: | If you have not installed MongoDB using a package manager, you can manually download the MongoDB binaries from the `MongoDB Download Center - `__. Follow + `__. Follow the manual instructions, including specific prerequisites for MongoDB Enterprise, for your operating system: @@ -107,7 +107,7 @@ content: | 1. Manually download the archive file from the `MongoDB Download Center - `__. + `__. #. | To install, extract/unzip the file to a location different from that of your current Community @@ -127,7 +127,7 @@ content: | 1. Manually download the archive file from the `MongoDB Download Center - `__. + `__. #. | Extract the files to a location different from that of your current Community edition. For diff --git a/source/includes/fact-download-dbtools-extra-server.rst b/source/includes/fact-download-dbtools-extra-server.rst index 7dfa5e0de54..f072a43c850 100644 --- a/source/includes/fact-download-dbtools-extra-server.rst +++ b/source/includes/fact-download-dbtools-extra-server.rst @@ -10,5 +10,5 @@ installation: .. note:: - For the Windows ``MSI`` installer wizard, the + For the Windows ``.msi`` installer wizard, the :guilabel:`Complete` installation option includes |tool-binary|. diff --git a/source/includes/fact-download-dbtools-extra-standalone.rst b/source/includes/fact-download-dbtools-extra-standalone.rst index 9becfef1e4a..b4b52d6e8ce 100644 --- a/source/includes/fact-download-dbtools-extra-standalone.rst +++ b/source/includes/fact-download-dbtools-extra-standalone.rst @@ -2,11 +2,11 @@ To install |tool-binary| as a standalone installation: - Follow the download link for MongoDB Enterprise Edition: `MongoDB Enterprise Download Center - `_ + `_ -- Select your :guilabel:`OS` (operating system) from the dropdown menu, - then select the appropriate :guilabel:`Package` for your platform - according to the following chart: +- Select your :guilabel:`Platform` (operating system) from the dropdown + menu, then select the appropriate :guilabel:`Package` for your + platform according to the following chart: .. list-table:: :header-rows: 1 @@ -18,15 +18,15 @@ To install |tool-binary| as a standalone installation: * - *Linux* - - ``TGZ`` package + - ``tgz`` package * - *Windows* - - ``ZIP`` package + - ``zip`` package * - *macOS* - - ``TGZ`` package + - ``tgz`` package - Once downloaded, unpack the archive and copy |tool-binary| to a location on your hard drive. diff --git a/source/includes/fact-download-mongo-shell.rst b/source/includes/fact-download-mongo-shell.rst index 0c46b15b3aa..7d478b53b62 100644 --- a/source/includes/fact-download-mongo-shell.rst +++ b/source/includes/fact-download-mongo-shell.rst @@ -3,13 +3,16 @@ The :binary:`~bin.mongo` shell is included as part of the :doc:`MongoDB Server shell as a standalone package. To download the standalone :binary:`~bin.mongo` shell package: -1. Open the `Download Center - `__. For the - :binary:`~bin.mongo` Enterprise Shell, select the - :guilabel:`MongoDB Enterprise Server` tab. +1. Access the Download Center for your Edition of MongoDB: + + - `MongoDB Community Download Center + `__ + + - `MongoDB Enterprise Download Center + `__ -2. Select your preferred :guilabel:`Version` and :guilabel:`OS` from the - dropdowns. +2. Select your preferred :guilabel:`Version` and :guilabel:`Platform` + from the dropdowns. 3. Select the :guilabel:`Package` to download according to your platform: @@ -25,15 +28,15 @@ shell package: * - *Windows* - - Select the **ZIP** package to download an archive which + - Select the ``zip`` package to download an archive which includes the :binary:`~bin.mongo` shell. * - *macOS* - - Select the **TGZ** package to download an archive which + - Select the ``tgz`` package to download an archive which includes the :binary:`~bin.mongo` shell. * - *Linux* - - Select the **shell** package to download the + - Select the ``shell`` package to download the :binary:`~bin.mongo` shell. diff --git a/source/includes/steps-install-mongodb-on-linux.yaml b/source/includes/steps-install-mongodb-on-linux.yaml index de350bf0c7c..ca32f7244cb 100644 --- a/source/includes/steps-install-mongodb-on-linux.yaml +++ b/source/includes/steps-install-mongodb-on-linux.yaml @@ -6,17 +6,17 @@ level: 4 ref: download-mongodb-linux pre: | After you have installed the required prerequisite packages, download - the MongoDB |edition| ``TGZ`` tarball from the following link: + the MongoDB |edition| ``tgz`` tarball from the following link: |arrow| |mdb-download-link| a. In the :guilabel:`Version` dropdown, select the version of MongoDB to download. - #. In the :guilabel:`OS` dropdown, select your operating system + #. In the :guilabel:`Platform` dropdown, select your operating system version and architecture. - #. In the :guilabel:`Package` dropdown, select :guilabel:`TGZ`. + #. In the :guilabel:`Package` dropdown, select :guilabel:`tgz`. #. Click :guilabel:`Download`. --- diff --git a/source/includes/steps-install-mongodb-on-osx-manually.yaml b/source/includes/steps-install-mongodb-on-osx-manually.yaml index e7c70d9b3e3..d2feca2cacf 100644 --- a/source/includes/steps-install-mongodb-on-osx-manually.yaml +++ b/source/includes/steps-install-mongodb-on-osx-manually.yaml @@ -3,7 +3,7 @@ ref: download-mongodb-macos level: 4 title: Download the tarball. pre: | - Download the MongoDB |edition| ``TGZ`` tarball from the following + Download the MongoDB |edition| ``tgz`` tarball from the following link: |arrow| |mdb-download-link| @@ -11,9 +11,9 @@ pre: | a. In the :guilabel:`Version` dropdown, select the version of MongoDB to download. - #. In the :guilabel:`OS` dropdown, select :guilabel:`macOS x64`. + #. In the :guilabel:`Platform` dropdown, select :guilabel:`macOS`. - #. In the :guilabel:`Package` dropdown, select :guilabel:`TGZ`. + #. In the :guilabel:`Package` dropdown, select :guilabel:`tgz`. #. Click :guilabel:`Download`. --- diff --git a/source/includes/steps-install-mongodb-on-windows-interactive.yaml b/source/includes/steps-install-mongodb-on-windows-interactive.yaml index e44414b0b6e..a0f3d1a4270 100644 --- a/source/includes/steps-install-mongodb-on-windows-interactive.yaml +++ b/source/includes/steps-install-mongodb-on-windows-interactive.yaml @@ -3,7 +3,7 @@ stepnum: 1 level: 4 ref: download-mongodb-windows content: | - Download the MongoDB |edition| ``MSI`` installer from the following + Download the MongoDB |edition| ``.msi`` installer from the following link: |arrow| |mdb-download-link| @@ -11,9 +11,9 @@ content: | a. In the :guilabel:`Version` dropdown, select the version of MongoDB to download. - #. In the :guilabel:`OS` dropdown, select :guilabel:`Windows x64`. + #. In the :guilabel:`Platform` dropdown, select :guilabel:`Windows`. - #. In the :guilabel:`Package` dropdown, select :guilabel:`MSI`. + #. In the :guilabel:`Package` dropdown, select :guilabel:`msi`. #. Click :guilabel:`Download`. --- diff --git a/source/includes/steps-install-verify-files-pgp.yaml b/source/includes/steps-install-verify-files-pgp.yaml index 441d915c81d..4e34183597c 100644 --- a/source/includes/steps-install-verify-files-pgp.yaml +++ b/source/includes/steps-install-verify-files-pgp.yaml @@ -3,7 +3,7 @@ stepnum: 1 ref: download-install-file action: pre: | - Download the binaries from `MongoDB Download Center `__ + Download the binaries from `MongoDB Download Center `__ based on your environment. For example, to download the ``{+release+}`` release for macOS through the diff --git a/source/includes/steps-install-verify-files-sha.yaml b/source/includes/steps-install-verify-files-sha.yaml index 076ab714052..92593f16272 100644 --- a/source/includes/steps-install-verify-files-sha.yaml +++ b/source/includes/steps-install-verify-files-sha.yaml @@ -2,7 +2,7 @@ title: Download the MongoDB installation file. stepnum: 1 ref: download-install-file pre: | - Download the binaries from `MongoDB Download Center `__ + Download the binaries from `MongoDB Download Center `__ based on your environment. For example, to download the ``{+release+}`` release for macOS through the diff --git a/source/includes/steps-install-verify-files-windows.yaml b/source/includes/steps-install-verify-files-windows.yaml index 930ab5ffb70..adf9ea2a541 100644 --- a/source/includes/steps-install-verify-files-windows.yaml +++ b/source/includes/steps-install-verify-files-windows.yaml @@ -2,18 +2,18 @@ title: Download the installer. level: 4 ref: download-install-file content: | - Download the MongoDB ``MSI`` installer. For example, to download the + Download the MongoDB ``.msi`` installer. For example, to download the latest version of MongoDB Community Edition: |arrow| `MongoDB Community Download Center - `__ + `__ a. In the :guilabel:`Version` dropdown, select ``{+release+} (current release)``. - #. In the :guilabel:`OS` dropdown, select :guilabel:`Windows x64`. + #. In the :guilabel:`Platform` dropdown, select :guilabel:`Windows`. - #. In the :guilabel:`Package` dropdown, select :guilabel:`MSI`. + #. In the :guilabel:`Package` dropdown, select :guilabel:`msi`. #. Click :guilabel:`Download` and save the file to your Downloads folder. diff --git a/source/installation.txt b/source/installation.txt index e7fdb27c8a0..263eadbd101 100644 --- a/source/installation.txt +++ b/source/installation.txt @@ -21,7 +21,7 @@ Install MongoDB MongoDB is available in two server editions: *Community* and *Enterprise*. -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server .. include:: /includes/fact-atlas-banner.rst diff --git a/source/reference/program/install_compass.txt b/source/reference/program/install_compass.txt index 508e5b81512..32be320b91b 100644 --- a/source/reference/program/install_compass.txt +++ b/source/reference/program/install_compass.txt @@ -22,12 +22,12 @@ platform-specific installation script for :ref:`MongoDB Compass `. If downloaded as a part of the -`MongoDB Enterprise Server `_ +`MongoDB Enterprise Server `_ package, the ``install_compass`` script installs the standard edition of :ref:`MongoDB Compass `. If downloaded as part of the -`MongoDB Community Server `_ +`MongoDB Community Server `_ package, the ``install_compass`` script installs :ref:`MongoDB Compass Community edition `. diff --git a/source/release-notes/4.4-upgrade-replica-set.txt b/source/release-notes/4.4-upgrade-replica-set.txt index 7c9bf1bb0c8..024d7522b1c 100644 --- a/source/release-notes/4.4-upgrade-replica-set.txt +++ b/source/release-notes/4.4-upgrade-replica-set.txt @@ -82,7 +82,7 @@ Manually If you have not installed MongoDB using a package manager, you can manually download the MongoDB binaries from the `MongoDB Download -Center `_. +Center `_. See |installationdoc| for more information. diff --git a/source/release-notes/4.4-upgrade-sharded-cluster.txt b/source/release-notes/4.4-upgrade-sharded-cluster.txt index b5082d24861..9378947971d 100644 --- a/source/release-notes/4.4-upgrade-sharded-cluster.txt +++ b/source/release-notes/4.4-upgrade-sharded-cluster.txt @@ -94,7 +94,7 @@ Download |newversion| Binaries Manually If you have not installed MongoDB using a package manager, you can manually download the MongoDB binaries from the `MongoDB Download -Center `_. +Center `_. See |installationdoc| for more information. diff --git a/source/release-notes/4.4-upgrade-standalone.txt b/source/release-notes/4.4-upgrade-standalone.txt index ba181f8eb5b..676078309bf 100644 --- a/source/release-notes/4.4-upgrade-standalone.txt +++ b/source/release-notes/4.4-upgrade-standalone.txt @@ -65,7 +65,7 @@ Manually If you have not installed MongoDB using a package manager, you can manually download the MongoDB binaries from the `MongoDB Download -Center `_. +Center `_. See |installationdoc| for more information. diff --git a/source/tutorial/install-mongodb-enterprise-on-amazon-tarball.txt b/source/tutorial/install-mongodb-enterprise-on-amazon-tarball.txt index d1914b5d44a..eeb66e65f82 100644 --- a/source/tutorial/install-mongodb-enterprise-on-amazon-tarball.txt +++ b/source/tutorial/install-mongodb-enterprise-on-amazon-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Enterprise on Amazon Linux using .tgz Tarball .. |distro-name| replace:: Amazon .. |package-manager| replace:: ``yum`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-debian-tarball.txt b/source/tutorial/install-mongodb-enterprise-on-debian-tarball.txt index 66a8dbf5039..7e10b5c77d4 100644 --- a/source/tutorial/install-mongodb-enterprise-on-debian-tarball.txt +++ b/source/tutorial/install-mongodb-enterprise-on-debian-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Enterprise on Debian using .tgz Tarball .. |distro-name| replace:: Debian .. |package-manager| replace:: ``apt`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-os-x.txt b/source/tutorial/install-mongodb-enterprise-on-os-x.txt index 241dcda3c62..873e09717f3 100644 --- a/source/tutorial/install-mongodb-enterprise-on-os-x.txt +++ b/source/tutorial/install-mongodb-enterprise-on-os-x.txt @@ -15,7 +15,7 @@ Install MongoDB Enterprise on macOS .. |distro-name| replace:: macOS .. |package-manager| replace:: ``brew`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-red-hat-tarball.txt b/source/tutorial/install-mongodb-enterprise-on-red-hat-tarball.txt index 07e135f051d..8bffd0ed128 100644 --- a/source/tutorial/install-mongodb-enterprise-on-red-hat-tarball.txt +++ b/source/tutorial/install-mongodb-enterprise-on-red-hat-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Enterprise on Red Hat or CentOS using .tgz Tarball .. |distro-name| replace:: Red Hat .. |package-manager| replace:: ``yum`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-suse-tarball.txt b/source/tutorial/install-mongodb-enterprise-on-suse-tarball.txt index ab08eedffd9..7c58b402fff 100644 --- a/source/tutorial/install-mongodb-enterprise-on-suse-tarball.txt +++ b/source/tutorial/install-mongodb-enterprise-on-suse-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Enterprise on SUSE using .tgz Tarball .. |distro-name| replace:: SUSE .. |package-manager| replace:: ``zypper`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-ubuntu-tarball.txt b/source/tutorial/install-mongodb-enterprise-on-ubuntu-tarball.txt index 9e6980ba4a5..907da7e7cfd 100644 --- a/source/tutorial/install-mongodb-enterprise-on-ubuntu-tarball.txt +++ b/source/tutorial/install-mongodb-enterprise-on-ubuntu-tarball.txt @@ -19,7 +19,7 @@ Install MongoDB Enterprise on Ubuntu using .tgz Tarball .. |distro-name| replace:: Ubuntu .. |package-manager| replace:: ``apt`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-windows-unattended.txt b/source/tutorial/install-mongodb-enterprise-on-windows-unattended.txt index 7137154917f..8576150e25a 100644 --- a/source/tutorial/install-mongodb-enterprise-on-windows-unattended.txt +++ b/source/tutorial/install-mongodb-enterprise-on-windows-unattended.txt @@ -14,7 +14,7 @@ Install MongoDB Enterprise on Windows using ``msiexec.exe`` .. |edition| replace:: Enterprise .. |distro-name| replace:: Windows .. |executable-name| replace:: ``mongod.exe`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-on-windows.txt b/source/tutorial/install-mongodb-enterprise-on-windows.txt index e07f09952a9..eca5a2b0178 100644 --- a/source/tutorial/install-mongodb-enterprise-on-windows.txt +++ b/source/tutorial/install-mongodb-enterprise-on-windows.txt @@ -15,7 +15,7 @@ Install MongoDB Enterprise Edition on Windows .. |edition| replace:: Enterprise .. |distro-name| replace:: Windows .. |executable-name| replace:: ``mongod.exe`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-enterprise-with-docker.txt b/source/tutorial/install-mongodb-enterprise-with-docker.txt index 0de3ae1eaee..736199fc43b 100644 --- a/source/tutorial/install-mongodb-enterprise-with-docker.txt +++ b/source/tutorial/install-mongodb-enterprise-with-docker.txt @@ -4,7 +4,7 @@ Install MongoDB Enterprise with Docker .. default-domain:: mongodb -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/enterprise?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/enterprise?tck=docs_server .. important:: diff --git a/source/tutorial/install-mongodb-on-amazon-tarball.txt b/source/tutorial/install-mongodb-on-amazon-tarball.txt index e89b5f9e56b..7b12495d3ba 100644 --- a/source/tutorial/install-mongodb-on-amazon-tarball.txt +++ b/source/tutorial/install-mongodb-on-amazon-tarball.txt @@ -19,7 +19,7 @@ Install MongoDB Community on Amazon Linux using .tgz Tarball .. |distro-name| replace:: Amazon .. |package-manager| replace:: ``yum`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-amazon.txt b/source/tutorial/install-mongodb-on-amazon.txt index 1b4ff59511e..508028d802d 100644 --- a/source/tutorial/install-mongodb-on-amazon.txt +++ b/source/tutorial/install-mongodb-on-amazon.txt @@ -22,7 +22,7 @@ Install MongoDB Community Edition on Amazon Linux Overview -------- -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server Use this tutorial to install MongoDB {+version+} |edition| Edition on Amazon Linux using the |package-manager| package manager. diff --git a/source/tutorial/install-mongodb-on-debian-tarball.txt b/source/tutorial/install-mongodb-on-debian-tarball.txt index 5243ae332ba..6245b0dc1c1 100644 --- a/source/tutorial/install-mongodb-on-debian-tarball.txt +++ b/source/tutorial/install-mongodb-on-debian-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Community on Debian using .tgz Tarball .. |distro-name| replace:: Debian .. |package-manager| replace:: ``apt`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-debian.txt b/source/tutorial/install-mongodb-on-debian.txt index deb6fc89616..0a9b087c616 100644 --- a/source/tutorial/install-mongodb-on-debian.txt +++ b/source/tutorial/install-mongodb-on-debian.txt @@ -22,7 +22,7 @@ Install MongoDB Community Edition on Debian Overview -------- -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server Use this tutorial to install MongoDB {+version+} |edition| Edition using the |package-manager| package manager. diff --git a/source/tutorial/install-mongodb-on-os-x-tarball.txt b/source/tutorial/install-mongodb-on-os-x-tarball.txt index f7bd29b5097..0cc3fb1438a 100644 --- a/source/tutorial/install-mongodb-on-os-x-tarball.txt +++ b/source/tutorial/install-mongodb-on-os-x-tarball.txt @@ -15,7 +15,7 @@ Install MongoDB Community on macOS using ``.tgz`` Tarball .. |distro-name| replace:: macOS .. |package-manager| replace:: ``brew`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-os-x.txt b/source/tutorial/install-mongodb-on-os-x.txt index ae60ababb91..10827d57043 100644 --- a/source/tutorial/install-mongodb-on-os-x.txt +++ b/source/tutorial/install-mongodb-on-os-x.txt @@ -21,7 +21,7 @@ Install MongoDB Community Edition on macOS Overview -------- -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server Use this tutorial to install MongoDB {+version+} |edition| Edition on macOS using the third-party |package-manager| package manager. diff --git a/source/tutorial/install-mongodb-on-red-hat-tarball.txt b/source/tutorial/install-mongodb-on-red-hat-tarball.txt index f3375eb0b9c..2056115e778 100644 --- a/source/tutorial/install-mongodb-on-red-hat-tarball.txt +++ b/source/tutorial/install-mongodb-on-red-hat-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Community on Red Hat or CentOS using .tgz Tarball .. |distro-name| replace:: Red Hat .. |package-manager| replace:: ``yum`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-red-hat.txt b/source/tutorial/install-mongodb-on-red-hat.txt index 0626ea351d2..e1a6844aeff 100644 --- a/source/tutorial/install-mongodb-on-red-hat.txt +++ b/source/tutorial/install-mongodb-on-red-hat.txt @@ -22,7 +22,7 @@ Install MongoDB Community Edition on Red Hat or CentOS Overview -------- -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server Use this tutorial to install MongoDB {+version+} |edition| Edition on Red Hat Enterprise Linux, CentOS Linux, or Oracle Linux diff --git a/source/tutorial/install-mongodb-on-suse-tarball.txt b/source/tutorial/install-mongodb-on-suse-tarball.txt index a603d45b6dd..7a0d8302f40 100644 --- a/source/tutorial/install-mongodb-on-suse-tarball.txt +++ b/source/tutorial/install-mongodb-on-suse-tarball.txt @@ -16,7 +16,7 @@ Install MongoDB Community on SUSE using .tgz Tarball .. |distro-name| replace:: SUSE .. |package-manager| replace:: ``zypper`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-suse.txt b/source/tutorial/install-mongodb-on-suse.txt index 3fa256f36ec..b6115b3a706 100644 --- a/source/tutorial/install-mongodb-on-suse.txt +++ b/source/tutorial/install-mongodb-on-suse.txt @@ -22,7 +22,7 @@ Install MongoDB Community Edition on SUSE Overview -------- -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server Use this tutorial to install MongoDB {+version+} |edition| Edition on SUSE Linux Enterprise Server (SLES) using the diff --git a/source/tutorial/install-mongodb-on-ubuntu-tarball.txt b/source/tutorial/install-mongodb-on-ubuntu-tarball.txt index c00f6f1dc01..c5319aa3bc9 100644 --- a/source/tutorial/install-mongodb-on-ubuntu-tarball.txt +++ b/source/tutorial/install-mongodb-on-ubuntu-tarball.txt @@ -19,7 +19,7 @@ Install MongoDB Community on Ubuntu using .tgz Tarball .. |distro-name| replace:: Ubuntu .. |package-manager| replace:: ``apt`` .. |executable-name| replace:: ``mongod`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-ubuntu.txt b/source/tutorial/install-mongodb-on-ubuntu.txt index 938df8dbcef..f11b13bac2f 100644 --- a/source/tutorial/install-mongodb-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-on-ubuntu.txt @@ -25,7 +25,7 @@ Install MongoDB Community Edition on Ubuntu Overview -------- -.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server Use this tutorial to install MongoDB {+version+} |edition| Edition on LTS (long-term support) releases of Ubuntu Linux using the diff --git a/source/tutorial/install-mongodb-on-windows-unattended.txt b/source/tutorial/install-mongodb-on-windows-unattended.txt index 01b3c0e781e..ee3c6fcf49e 100644 --- a/source/tutorial/install-mongodb-on-windows-unattended.txt +++ b/source/tutorial/install-mongodb-on-windows-unattended.txt @@ -14,7 +14,7 @@ Install MongoDB Community on Windows using ``msiexec.exe`` .. |edition| replace:: Community .. |distro-name| replace:: Windows .. |executable-name| replace:: ``mongod.exe`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index e38194cab1b..7804c47af58 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -14,7 +14,7 @@ Install MongoDB Community Edition on Windows .. |edition| replace:: Community .. |distro-name| replace:: Windows .. |executable-name| replace:: ``mongod.exe`` -.. |mdb-download-link| replace:: `MongoDB Download Center `__ +.. |mdb-download-link| replace:: `MongoDB Download Center `__ .. include:: /includes/fact-atlas-banner.rst diff --git a/source/tutorial/upgrade-revision.txt b/source/tutorial/upgrade-revision.txt index 59802ec320d..642906a3459 100644 --- a/source/tutorial/upgrade-revision.txt +++ b/source/tutorial/upgrade-revision.txt @@ -161,7 +161,7 @@ replacing the existing binaries: #. Restart the instance. -.. _`MongoDB Download Page`: https://www.mongodb.com/download-center/community?jmp=docs +.. _`MongoDB Download Page`: https://www.mongodb.com/try/download/community?tck=docs_server .. _upgrade-replica-set: