diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-01-08 16:44:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 16:44:31 +0100 |
commit | 9999c0c3912a65333ab780bbe5114b9e75859426 (patch) | |
tree | c5ee2cc232ebaa35d2d6c0c5102c17ffc2fd8d42 | |
parent | d88030def6bf231b1f082758c44e8cdf6a99346e (diff) | |
download | NorthstarWiki-9999c0c3912a65333ab780bbe5114b9e75859426.tar.gz NorthstarWiki-9999c0c3912a65333ab780bbe5114b9e75859426.zip |
Move source file for NorthstarLauncher page (#271)
So that it's together with the other repository pages
-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 |