aboutsummaryrefslogtreecommitdiff
path: root/docs/modding-and-development
diff options
context:
space:
mode:
authorPeter Petrov <peter.petrov89@gmail.com>2022-05-04 13:23:03 +0300
committerGitHub <noreply@github.com>2022-05-04 12:23:03 +0200
commit1839473192d640878e143d9451c434093e1e5d36 (patch)
tree8ef61009f1874a7cf59696f76dc3b7011c1faf6a /docs/modding-and-development
parent7f44158c9247c5a09e63c2022cfac17bfc401ff2 (diff)
downloadNorthstarWiki-1839473192d640878e143d9451c434093e1e5d36.tar.gz
NorthstarWiki-1839473192d640878e143d9451c434093e1e5d36.zip
Fix broken links (#67)
* Fix master server page links * Fix development page link * Fix direct connect link Closes #66
Diffstat (limited to 'docs/modding-and-development')
-rw-r--r--docs/modding-and-development/development/README.md2
-rw-r--r--docs/modding-and-development/development/northstarmasterserver/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/modding-and-development/development/README.md b/docs/modding-and-development/development/README.md
index 2df9d7b..2bec18f 100644
--- a/docs/modding-and-development/development/README.md
+++ b/docs/modding-and-development/development/README.md
@@ -10,7 +10,7 @@ description: >-
Northstar is split over multiple git repositories that fulfill different functions.
-* [Northstar](./#repositories):\
+* [Northstar](https://github.com/R2Northstar/Northstar):\
Contains compiled and packaged releases
* [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher):\
Contains the source for the launcher used to modify the Titanfall|2 install to allow mods to be loaded.
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