diff options
Diffstat (limited to 'docs/modding-and-development/development/northstarmasterserver/README.md')
-rw-r--r-- | docs/modding-and-development/development/northstarmasterserver/README.md | 2 |
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 664ce18..85ab24e 100644 --- a/docs/modding-and-development/development/northstarmasterserver/README.md +++ b/docs/modding-and-development/development/northstarmasterserver/README.md @@ -4,7 +4,7 @@ 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](../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](../../../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. ## Contents |