diff --git a/docs/start/getting-started.mdx b/docs/start/getting-started.mdx
index e173ef7790..d3219a335e 100644
--- a/docs/start/getting-started.mdx
+++ b/docs/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -100,7 +100,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/docs/start/installation/upgrading-to-new-version.mdx b/docs/start/installation/upgrading-to-new-version.mdx
index da3961368e..d816577cb4 100644
--- a/docs/start/installation/upgrading-to-new-version.mdx
+++ b/docs/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. To do so:
-1. Download a distribution package from [here](https://ravendb.net/downloads).
+1. Download a distribution package from [here](https://ravendb.net/download).
2. Shut RavenDB Server down.
* for a service (or daemon) - shutdown before upgrading.
diff --git a/versioned_docs/version-3.5/server/administration/monitoring/disk-io-perf-monitor.mdx b/versioned_docs/version-3.5/server/administration/monitoring/disk-io-perf-monitor.mdx
index b8b1a026ff..21fa8a29db 100644
--- a/versioned_docs/version-3.5/server/administration/monitoring/disk-io-perf-monitor.mdx
+++ b/versioned_docs/version-3.5/server/administration/monitoring/disk-io-perf-monitor.mdx
@@ -16,7 +16,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
It is possible to track I/O rates in RavenDB using the Monitor tool.
-To get the Monitor tool you need to download RavenDB's ZIP package from the [download page](https://ravendb.net/downloads/builds)
+To get the Monitor tool you need to download RavenDB's ZIP package from the [download page](https://ravendb.net/download)
The tool is located in the extracted ZIP package in the folder: \Raven.Monitor\bin\Debug\Raven.Monitor.exe
First, make sure there is a server instance running locally.
diff --git a/versioned_docs/version-4.0/start/getting-started.mdx b/versioned_docs/version-4.0/start/getting-started.mdx
index 879432bb89..5a13aaae76 100644
--- a/versioned_docs/version-4.0/start/getting-started.mdx
+++ b/versioned_docs/version-4.0/start/getting-started.mdx
@@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB
## Server
-Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
+Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
diff --git a/versioned_docs/version-4.0/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-4.0/start/installation/upgrading-to-new-version.mdx
index ced0632c87..c27258f168 100644
--- a/versioned_docs/version-4.0/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-4.0/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-4.1/start/getting-started.mdx b/versioned_docs/version-4.1/start/getting-started.mdx
index 363cd7986e..460ff04665 100644
--- a/versioned_docs/version-4.1/start/getting-started.mdx
+++ b/versioned_docs/version-4.1/start/getting-started.mdx
@@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB
## Server
-Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
+Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
diff --git a/versioned_docs/version-4.1/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-4.1/start/installation/upgrading-to-new-version.mdx
index ced0632c87..c27258f168 100644
--- a/versioned_docs/version-4.1/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-4.1/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-4.1/studio/database/settings/import-from-other.mdx b/versioned_docs/version-4.1/studio/database/settings/import-from-other.mdx
index c1f7db4bef..5117608387 100644
--- a/versioned_docs/version-4.1/studio/database/settings/import-from-other.mdx
+++ b/versioned_docs/version-4.1/studio/database/settings/import-from-other.mdx
@@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
-The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `tools` package.
+The application is available at [ravendb.net/download](https://ravendb.net/download), in the `tools` package.
## Import from MongoDB
@@ -40,7 +40,7 @@ The application is available at [ravendb.net/downloads](https://ravendb.net/down

1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
@@ -71,7 +71,7 @@ The application is available at [ravendb.net/downloads](https://ravendb.net/down
1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
diff --git a/versioned_docs/version-4.2/start/getting-started.mdx b/versioned_docs/version-4.2/start/getting-started.mdx
index 26f70f1171..07cd3ef05b 100644
--- a/versioned_docs/version-4.2/start/getting-started.mdx
+++ b/versioned_docs/version-4.2/start/getting-started.mdx
@@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB
## Server
-Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
+Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
diff --git a/versioned_docs/version-4.2/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-4.2/start/installation/upgrading-to-new-version.mdx
index ced0632c87..c27258f168 100644
--- a/versioned_docs/version-4.2/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-4.2/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-4.2/studio/database/tasks/import-data/import-from-other.mdx b/versioned_docs/version-4.2/studio/database/tasks/import-data/import-from-other.mdx
index 1067040ead..736aa0cdc1 100644
--- a/versioned_docs/version-4.2/studio/database/tasks/import-data/import-from-other.mdx
+++ b/versioned_docs/version-4.2/studio/database/tasks/import-data/import-from-other.mdx
@@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
-The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `TOOLS` package (see image below).
+The application is available at [ravendb.net/download](https://ravendb.net/download), in the `TOOLS` package (see image below).
The `Raven.Migrator` tool can be found in the downloaded `Tools` folder.

@@ -44,7 +44,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -> `Import Data

1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
@@ -76,7 +76,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -> `Import Data
1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
diff --git a/versioned_docs/version-5.0/start/getting-started.mdx b/versioned_docs/version-5.0/start/getting-started.mdx
index 26f70f1171..07cd3ef05b 100644
--- a/versioned_docs/version-5.0/start/getting-started.mdx
+++ b/versioned_docs/version-5.0/start/getting-started.mdx
@@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB
## Server
-Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
+Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
diff --git a/versioned_docs/version-5.0/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-5.0/start/installation/upgrading-to-new-version.mdx
index ced0632c87..c27258f168 100644
--- a/versioned_docs/version-5.0/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-5.0/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-5.0/studio/database/tasks/import-data/import-from-other.mdx b/versioned_docs/version-5.0/studio/database/tasks/import-data/import-from-other.mdx
index 1067040ead..736aa0cdc1 100644
--- a/versioned_docs/version-5.0/studio/database/tasks/import-data/import-from-other.mdx
+++ b/versioned_docs/version-5.0/studio/database/tasks/import-data/import-from-other.mdx
@@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
-The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `TOOLS` package (see image below).
+The application is available at [ravendb.net/download](https://ravendb.net/download), in the `TOOLS` package (see image below).
The `Raven.Migrator` tool can be found in the downloaded `Tools` folder.

@@ -44,7 +44,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -> `Import Data

1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
@@ -76,7 +76,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -> `Import Data
1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
diff --git a/versioned_docs/version-5.1/start/getting-started.mdx b/versioned_docs/version-5.1/start/getting-started.mdx
index 98adb3ff68..4437756b47 100644
--- a/versioned_docs/version-5.1/start/getting-started.mdx
+++ b/versioned_docs/version-5.1/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-5.1/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-5.1/start/installation/upgrading-to-new-version.mdx
index 726e870949..fbca366f9a 100644
--- a/versioned_docs/version-5.1/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-5.1/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-5.1/studio/database/tasks/import-data/import-from-other.mdx b/versioned_docs/version-5.1/studio/database/tasks/import-data/import-from-other.mdx
index 1067040ead..736aa0cdc1 100644
--- a/versioned_docs/version-5.1/studio/database/tasks/import-data/import-from-other.mdx
+++ b/versioned_docs/version-5.1/studio/database/tasks/import-data/import-from-other.mdx
@@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
-The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `TOOLS` package (see image below).
+The application is available at [ravendb.net/download](https://ravendb.net/download), in the `TOOLS` package (see image below).
The `Raven.Migrator` tool can be found in the downloaded `Tools` folder.

@@ -44,7 +44,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -> `Import Data

1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
@@ -76,7 +76,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -> `Import Data
1. **Migrator Path**
- * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
+ * Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.
2. **Database Source**
diff --git a/versioned_docs/version-5.2/start/getting-started.mdx b/versioned_docs/version-5.2/start/getting-started.mdx
index c4eea608a7..b0f84dee7f 100644
--- a/versioned_docs/version-5.2/start/getting-started.mdx
+++ b/versioned_docs/version-5.2/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-5.2/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-5.2/start/installation/upgrading-to-new-version.mdx
index 31b45f6394..a89a867b35 100644
--- a/versioned_docs/version-5.2/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-5.2/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-5.3/start/getting-started.mdx b/versioned_docs/version-5.3/start/getting-started.mdx
index c4eea608a7..b0f84dee7f 100644
--- a/versioned_docs/version-5.3/start/getting-started.mdx
+++ b/versioned_docs/version-5.3/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-5.3/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-5.3/start/installation/upgrading-to-new-version.mdx
index 31b45f6394..a89a867b35 100644
--- a/versioned_docs/version-5.3/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-5.3/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-5.4/start/getting-started.mdx b/versioned_docs/version-5.4/start/getting-started.mdx
index c4eea608a7..b0f84dee7f 100644
--- a/versioned_docs/version-5.4/start/getting-started.mdx
+++ b/versioned_docs/version-5.4/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-5.4/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-5.4/start/installation/upgrading-to-new-version.mdx
index 31b45f6394..a89a867b35 100644
--- a/versioned_docs/version-5.4/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-5.4/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:
-1. Download distribution package from [here](https://ravendb.net/downloads).
+1. Download distribution package from [here](https://ravendb.net/download).
2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
diff --git a/versioned_docs/version-6.0/start/getting-started.mdx b/versioned_docs/version-6.0/start/getting-started.mdx
index e173ef7790..d3219a335e 100644
--- a/versioned_docs/version-6.0/start/getting-started.mdx
+++ b/versioned_docs/version-6.0/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -100,7 +100,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-6.0/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-6.0/start/installation/upgrading-to-new-version.mdx
index da3961368e..d816577cb4 100644
--- a/versioned_docs/version-6.0/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-6.0/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. To do so:
-1. Download a distribution package from [here](https://ravendb.net/downloads).
+1. Download a distribution package from [here](https://ravendb.net/download).
2. Shut RavenDB Server down.
* for a service (or daemon) - shutdown before upgrading.
diff --git a/versioned_docs/version-6.2/start/getting-started.mdx b/versioned_docs/version-6.2/start/getting-started.mdx
index e173ef7790..d3219a335e 100644
--- a/versioned_docs/version-6.2/start/getting-started.mdx
+++ b/versioned_docs/version-6.2/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -100,7 +100,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-6.2/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-6.2/start/installation/upgrading-to-new-version.mdx
index da3961368e..d816577cb4 100644
--- a/versioned_docs/version-6.2/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-6.2/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. To do so:
-1. Download a distribution package from [here](https://ravendb.net/downloads).
+1. Download a distribution package from [here](https://ravendb.net/download).
2. Shut RavenDB Server down.
* for a service (or daemon) - shutdown before upgrading.
diff --git a/versioned_docs/version-7.0/start/getting-started.mdx b/versioned_docs/version-7.0/start/getting-started.mdx
index e173ef7790..d3219a335e 100644
--- a/versioned_docs/version-7.0/start/getting-started.mdx
+++ b/versioned_docs/version-7.0/start/getting-started.mdx
@@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server
Let's start by installing and configuring the server. To do that, first we need to download the server package
-from the [downloads](https://ravendb.net/downloads) page.
+from the [downloads](https://ravendb.net/download) page.
RavenDB is cross-platform with support for the following operating systems:
@@ -100,7 +100,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.

-3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
+3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
diff --git a/versioned_docs/version-7.0/start/installation/upgrading-to-new-version.mdx b/versioned_docs/version-7.0/start/installation/upgrading-to-new-version.mdx
index da3961368e..d816577cb4 100644
--- a/versioned_docs/version-7.0/start/installation/upgrading-to-new-version.mdx
+++ b/versioned_docs/version-7.0/start/installation/upgrading-to-new-version.mdx
@@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco
Upgrading a RavenDB instance to a new version is very simple. To do so:
-1. Download a distribution package from [here](https://ravendb.net/downloads).
+1. Download a distribution package from [here](https://ravendb.net/download).
2. Shut RavenDB Server down.
* for a service (or daemon) - shutdown before upgrading.