diff --git a/README.md b/README.md
index 7ff35a80e..fcd2b5ffe 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ If you're looking for a managed service, you can get started with just few click
# Self-Hosted Quick Start
-These are the instructions for deploying a Netmaker server on your own cloud VM as quickly as possible. For more detailed instructions, visit the [Install Docs](https://docs.netmaker.io/install.html).
+These are the instructions for deploying a Netmaker server on your own cloud VM as quickly as possible. For more detailed instructions, visit the [Install Docs](https://docs.netmaker.io/docs/server-installation/quick-install#quick-install-script).
1. Get a cloud VM with Ubuntu 22.04 and a public IP.
2. Open ports 443, 80, 3479, 8089 and 51821-51830/udp on the VM firewall and in cloud security settings.
@@ -62,13 +62,13 @@ These are the instructions for deploying a Netmaker server on your own cloud VM
`sudo wget -qO /root/nm-quick.sh https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh && sudo chmod +x /root/nm-quick.sh && sudo /root/nm-quick.sh`
-This script by default installs PRO version with 14-day trial, check out these instructions for post trial period https://docs.netmaker.io/install.html#after-trial-period-ends. It also gives you the option to use your own domain (recommended) or an auto-generated domain.
+This script by default installs PRO version with 14-day trial, check out these instructions for post trial period https://docs.netmaker.io/docs/server-installation/quick-install#after-the-trial-period-ends. It also gives you the option to use your own domain (recommended) or an auto-generated domain.
-After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting-started-with-netmaker-a-wireguard-virtual-networking-platform-3d563fbd87f0) and [Getting Started](https://docs.netmaker.io/getting-started.html) guides to learn more about configuring networks. Or, check out some of our other [Tutorials](https://www.netmaker.io/blog) for different use cases, including Kubernetes.
+After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting-started-with-netmaker-a-wireguard-virtual-networking-platform-3d563fbd87f0) and [Getting Started](https://docs.netmaker.io/docs/getting-started) guides to learn more about configuring networks. Or, check out some of our other [Tutorials](https://www.netmaker.io/blog) for different use cases, including Kubernetes.
# Get Support
diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh
index 5674b5ae4..473242520 100755
--- a/scripts/nm-quick.sh
+++ b/scripts/nm-quick.sh
@@ -857,7 +857,7 @@ upgrade() {
echo "-----------------------------------------------------"
echo "Provide Details for pro installation:"
echo " 1. Log into https://app.netmaker.io"
- echo " 2. follow instructions to get a license at: https://docs.netmaker.io/pro/pro-setup.html"
+ echo " 2. follow instructions to get a license at: https://docs.netmaker.io/docs/server-installation/netmaker-professional-setup"
echo " 3. Retrieve License and Tenant ID"
echo "-----------------------------------------------------"
unset LICENSE_KEY
diff --git a/scripts/nm-upgrade.sh b/scripts/nm-upgrade.sh
index eae81555b..45594c6be 100755
--- a/scripts/nm-upgrade.sh
+++ b/scripts/nm-upgrade.sh
@@ -369,7 +369,7 @@ set_install_vars() {
echo "-----------------------------------------------------"
echo "Provide Details for Pro installation:"
echo " 1. Log into https://app.netmaker.io"
- echo " 2. follow instructions to get a license at: https://docs.netmaker.io/ee/ee-setup.html"
+ echo " 2. follow instructions to get a license at: https://docs.netmaker.io/docs/server-installation/netmaker-professional-setup"
echo " 3. Retrieve License and Tenant ID"
echo " 4. note email address"
echo "-----------------------------------------------------"