From f5c2eaf042e4daf57c0edfed871004ce1b72017f Mon Sep 17 00:00:00 2001 From: the_aceix Date: Wed, 16 Oct 2024 10:34:22 +0000 Subject: [PATCH] docs: update docs links --- README.md | 6 +++--- scripts/nm-quick.sh | 2 +- scripts/nm-upgrade.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 "-----------------------------------------------------"