diff options
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/faq.md | 4 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/getting-started.md (renamed from docs/hosting-a-server-with-northstar/prerequisites.md) | 4 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/troubleshooting.md | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index f1fbaae..f5bcd4f 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -32,7 +32,7 @@ ## Hosting a server with Northstar -* [Prerequisites](hosting-a-server-with-northstar/prerequisites.md) +* [Getting started](hosting-a-server-with-northstar/getting-started.md) * [Hosting a Basic Listen Server](hosting-a-server-with-northstar/basic-listen-server.md) * [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md) * [Best practices](hosting-a-server-with-northstar/dedicated-server/best-practices.md) diff --git a/docs/faq.md b/docs/faq.md index 54c9207..96506cb 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -42,8 +42,8 @@ A: Due to the way Northstar works, you sadly cannot just create a private match Check the prerequisites: -{% content-ref url="hosting-a-server-with-northstar/prerequisites.md" %} -[prerequisites.md](hosting-a-server-with-northstar/prerequisites.md) +{% content-ref url="hosting-a-server-with-northstar/getting-started.md" %} +[getting-started.md](hosting-a-server-with-northstar/getting-started.md) {% endcontent-ref %} and instructions to host a _listen server_: diff --git a/docs/hosting-a-server-with-northstar/prerequisites.md b/docs/hosting-a-server-with-northstar/getting-started.md index ff6df73..9bd8177 100644 --- a/docs/hosting-a-server-with-northstar/prerequisites.md +++ b/docs/hosting-a-server-with-northstar/getting-started.md @@ -1,6 +1,6 @@ -# Prerequisites +# Getting started -**TL;DR:** Port forward `37015` (UDP), and no [CGNAT](prerequisites.md#cgnat) +**TL;DR:** Port forward `37015` (UDP), and no [CGNAT](getting-started.md#cgnat) Make sure you already installed Northstar [as described here](../installing-northstar/basic-setup.md). diff --git a/docs/hosting-a-server-with-northstar/troubleshooting.md b/docs/hosting-a-server-with-northstar/troubleshooting.md index cd35be9..d1f06ea 100644 --- a/docs/hosting-a-server-with-northstar/troubleshooting.md +++ b/docs/hosting-a-server-with-northstar/troubleshooting.md @@ -42,7 +42,7 @@ If your port can be accessed from your local IP but not from your public IP, the **CGNAT** -See [CGNAT](https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-with-northstar/prerequisites#cgnat) +See [CGNAT](https://r2northstar.gitbook.io/r2northstar-wiki/hosting-a-server-with-northstar/getting-started#cgnat) ### If server is not reachable using external IP nor using internal IP |