diff --git a/docs/Wiki/SUMMARY.md b/docs/Wiki/SUMMARY.md index bc359b2b..1361a23c 100644 --- a/docs/Wiki/SUMMARY.md +++ b/docs/Wiki/SUMMARY.md @@ -56,8 +56,8 @@ * [Atlas](development/repositories/atlas.md) * [NorthstarMods](development/repositories/northstarmods.md) * [NorthstarLauncher](development/repositories/northstarlauncher.md) - * [NorthstarMasterServer (old)](development/northstarmasterserver/README.md) - * [Deploy](development/northstarmasterserver/deploy.md) + * [NorthstarMasterServer (old)](development/repositories/northstarmasterserver/README.md) + * [Deploy](development/repositories/northstarmasterserver/deploy.md) * [Contributing code to Northstar](development/contributing-code-to-northstar.md) * [Testing](development/testing.md) * [Reviewing](development/reviewing.md) diff --git a/docs/Wiki/development/northstarmasterserver/README.md b/docs/Wiki/development/repositories/northstarmasterserver/README.md similarity index 54% rename from docs/Wiki/development/northstarmasterserver/README.md rename to docs/Wiki/development/repositories/northstarmasterserver/README.md index 257d1382..6f6674b4 100644 --- a/docs/Wiki/development/northstarmasterserver/README.md +++ b/docs/Wiki/development/repositories/northstarmasterserver/README.md @@ -8,7 +8,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](../../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/Wiki/development/northstarmasterserver/deploy.md b/docs/Wiki/development/repositories/northstarmasterserver/deploy.md similarity index 100% rename from docs/Wiki/development/northstarmasterserver/deploy.md rename to docs/Wiki/development/repositories/northstarmasterserver/deploy.md