aboutsummaryrefslogtreecommitdiff
path: root/docs/modding-and-development/development
diff options
context:
space:
mode:
authorCommander Neon <58310402+cmdrneon@users.noreply.github.com>2023-05-03 11:57:38 -0400
committerGitHub <noreply@github.com>2023-05-03 17:57:38 +0200
commit409af09c36796f114c0be597fa70a6067cb3bcac (patch)
treefd901ebe65b57edbb13e771ba20628d7a9e12da1 /docs/modding-and-development/development
parentede7045ebede2c23f08d7580c9858390e7623fc1 (diff)
downloadNorthstarWiki-409af09c36796f114c0be597fa70a6067cb3bcac.tar.gz
NorthstarWiki-409af09c36796f114c0be597fa70a6067cb3bcac.zip
Move `using-northstar/direct-connect.md` to the dedicated `using-northstar` directory (#178)
Diffstat (limited to 'docs/modding-and-development/development')
-rw-r--r--docs/modding-and-development/development/northstarmasterserver/README.md2
1 files changed, 1 insertions, 1 deletions
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