diff options
author | Commander Neon <58310402+cmdrneon@users.noreply.github.com> | 2023-05-03 11:57:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 17:57:38 +0200 |
commit | 409af09c36796f114c0be597fa70a6067cb3bcac (patch) | |
tree | fd901ebe65b57edbb13e771ba20628d7a9e12da1 | |
parent | ede7045ebede2c23f08d7580c9858390e7623fc1 (diff) | |
download | NorthstarWiki-409af09c36796f114c0be597fa70a6067cb3bcac.tar.gz NorthstarWiki-409af09c36796f114c0be597fa70a6067cb3bcac.zip |
Move `using-northstar/direct-connect.md` to the dedicated `using-northstar` directory (#178)
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/modding-and-development/development/northstarmasterserver/README.md | 2 | ||||
-rw-r--r-- | docs/using-northstar/direct-connect.md (renamed from docs/installing-northstar/using-northstar/direct-connect.md) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 6583513..50ef6d2 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -21,7 +21,7 @@ * [Using Northstar](using-northstar/README.md) * [Mods](using-northstar/mods.md) * [Server Browser](installing-northstar/using-northstar/server-browser.md) - * [Direct Connect](installing-northstar/using-northstar/direct-connect.md) + * [Direct Connect](using-northstar/direct-connect.md) * [Gamemodes](using-northstar/gamemodes.md) * [Commands](using-northstar/commands.md) * [Launch arguments](installing-northstar/using-northstar/launch-arguments.md) diff --git a/docs/modding-and-development/development/northstarmasterserver/README.md b/docs/modding-and-development/development/northstarmasterserver/README.md index 1d9f660..e40cef5 100644 --- a/docs/modding-and-development/development/northstarmasterserver/README.md +++ b/docs/modding-and-development/development/northstarmasterserver/README.md @@ -8,7 +8,7 @@ The old NodeJS master server has been replaced in favour of the Go rewrite calle The master server is responsible for centralizing game servers created by players, it also verifies that connecting players own an Origin account with Titanfall 2. -There's no need to host your own master server to play games with other people, you can use [direct connect](../../../installing-northstar/using-northstar/direct-connect.md) or just setup a [normal server](../../../hosting-a-server-with-northstar/basic-listen-server.md) that announces itself to `northstar.tf`. This tutorial is aimed for those who want to contribute improvements to the code or test their own changes to the project. +There's no need to host your own master server to play games with other people, you can use [direct connect](../../../using-northstar/direct-connect.md) or just setup a [normal server](../../../hosting-a-server-with-northstar/basic-listen-server.md) that announces itself to `northstar.tf`. This tutorial is aimed for those who want to contribute improvements to the code or test their own changes to the project. ## Contents diff --git a/docs/installing-northstar/using-northstar/direct-connect.md b/docs/using-northstar/direct-connect.md index 78e37b5..78e37b5 100644 --- a/docs/installing-northstar/using-northstar/direct-connect.md +++ b/docs/using-northstar/direct-connect.md |