diff options
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/development/repositories/northstarlauncher.md (renamed from docs/development/northstarlauncher.md) | 0 | ||||
-rw-r--r-- | docs/development/testing.md | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index e980c84..e285b77 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -53,7 +53,7 @@ * [Repositories](development/repositories/README.md) * [Atlas](development/repositories/atlas.md) * [NorthstarMods](development/repositories/northstarmods.md) - * [NorthstarLauncher](development/northstarlauncher.md) + * [NorthstarLauncher](development/repositories/northstarlauncher.md) * [NorthstarMasterServer (old)](development/northstarmasterserver/README.md) * [Deploy](development/northstarmasterserver/deploy.md) * [Contributing code to Northstar](development/contributing-code-to-northstar.md) diff --git a/docs/development/northstarlauncher.md b/docs/development/repositories/northstarlauncher.md index 89aeca4..89aeca4 100644 --- a/docs/development/northstarlauncher.md +++ b/docs/development/repositories/northstarlauncher.md diff --git a/docs/development/testing.md b/docs/development/testing.md index 8ba01ff..bbbd12b 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -55,7 +55,7 @@ Before starting, make sure you have a **working and up-to-date Northstar install  ![rcon4](https://user-images.githubusercontent.com/40122905/179727511-877641f8-e5fc-4a34-bcf1-29bafefc1ad2.png) 5. Once downloaded, open the zip and copy `Northstar.dll` and `NorthstarLauncher.exe` to your Titanfall2 folder, overwriting the existing DLL and EXE in there. -Alternatively, compiling the PR'd code from source is also an option. For this, refer to [northstarlauncher.md](northstarlauncher.md "mention") +Alternatively, compiling the PR'd code from source is also an option. For this, refer to [northstarlauncher.md](repositories/northstarlauncher.md) #### NorthstarMods |