Merge pull request #3968 from gravitl/doc-links-fix

Fix links in README for installation and guides
This commit is contained in:
Abhishek Kondur
2026-04-09 14:28:26 +05:30
committed by GitHub
+3 -3
View File
@@ -53,7 +53,7 @@ If you're looking for a managed service, you can get started with just a few cli
# Self-Hosted Open Source Quick Start
These are the instructions for deploying a Netmaker server on your 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).
These are the instructions for deploying a Netmaker server on your cloud VM as quickly as possible. For more detailed instructions, visit the [Install Docs](https://learn.netmaker.io/getting-started/quick-start/platform-installation#quick-install-script).
1. Get a cloud VM with Ubuntu 24.04 and a static public IP.
2. Allow inbound traffic on port 443,51821 TCP and UDP to the VM firewall in cloud security settings, and for simplicity, allow outbound on All TCP and All UDP.
@@ -62,7 +62,7 @@ These are the instructions for deploying a Netmaker server on your cloud VM as q
`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`
**<pre>To Install Self-Hosted PRO Version - https://docs.netmaker.io/docs/server-installation/netmaker-professional-setup</pre>**
**<pre>To Install Self-Hosted PRO Version - https://learn.netmaker.io/getting-started/walkthrough/how-to-install-netmaker</pre>**
@@ -70,7 +70,7 @@ These are the instructions for deploying a Netmaker server on your cloud VM as q
<img src="https://raw.githubusercontent.com/gravitl/netmaker-docs/master/images/netmaker-github/readme.gif" />
</p>
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.
After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting-started-with-netmaker-a-wireguard-virtual-networking-platform-3d563fbd87f0) and [Getting Started](https://learn.netmaker.io) 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