aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCommander Neon <58310402+cmdrneon@users.noreply.github.com>2023-05-08 11:44:19 -0400
committerGitHub <noreply@github.com>2023-05-08 17:44:19 +0200
commit20d7414a6d0663e90705bdc4e3b6171f19d1239a (patch)
treec537f1addd5c05a5571fe2d48a12c245ad28bad5
parent53aeb9c817a0bb2f99f32c0e810569ac3abbb797 (diff)
downloadNorthstarWiki-20d7414a6d0663e90705bdc4e3b6171f19d1239a.tar.gz
NorthstarWiki-20d7414a6d0663e90705bdc4e3b6171f19d1239a.zip
Move `using-northstar/launch-arguments.md` to the dedicated `using-northstar` directory (#183)
* Move launch-arguments.md to dedicated using-northstar directory and fix link * Update SUMMARY.md
-rw-r--r--docs/SUMMARY.md2
-rw-r--r--docs/using-northstar/launch-arguments.md (renamed from docs/installing-northstar/using-northstar/launch-arguments.md)2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 96d803f..2e74093 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -24,7 +24,7 @@
* [Direct Connect](using-northstar/direct-connect.md)
* [Gamemodes](using-northstar/gamemodes.md)
* [Commands](using-northstar/commands.md)
- * [Launch arguments](installing-northstar/using-northstar/launch-arguments.md)
+ * [Launch arguments](using-northstar/launch-arguments.md)
* [Advanced](using-northstar/advanced.md)
* [FAQ](faq.md)
diff --git a/docs/installing-northstar/using-northstar/launch-arguments.md b/docs/using-northstar/launch-arguments.md
index 82d23ba..9205890 100644
--- a/docs/installing-northstar/using-northstar/launch-arguments.md
+++ b/docs/using-northstar/launch-arguments.md
@@ -24,4 +24,4 @@ Here's a list of command line arguments from the base game.
# Environment Variables
| Variable name | Description | Value |
| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- |
-| `LFX` | Enables the use of [LatencyFleX](../../using-northstar/playing-on-linux/#latencyflex) (Linux-only) | `0` or `1` |
+| `LFX` | Enables the use of [LatencyFleX](../steamdeck-and-linux/installing-on-steamdeck-and-linux.md#latencyflex) (Linux-only) | `0` or `1` |