diff options
author | Cyn <70904206+CooldudePUGS@users.noreply.github.com> | 2023-05-04 09:59:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 16:59:46 +0200 |
commit | 5da290fbaff9690036ecb106909f661769f16471 (patch) | |
tree | add2af63565fdf268f6f27e76817c66aa4de4740 | |
parent | 409af09c36796f114c0be597fa70a6067cb3bcac (diff) | |
download | NorthstarWiki-5da290fbaff9690036ecb106909f661769f16471.tar.gz NorthstarWiki-5da290fbaff9690036ecb106909f661769f16471.zip |
Fix broken FAQ link to opening console (#182)
-rw-r--r-- | docs/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md index 00033c7..1cf541a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -22,7 +22,7 @@ Most of the time, this is due to the fact that EA App's default install location ### Q: How do I open the console? <a href="#faq-devconsole" id="faq-devconsole"></a> -A: Check [_Opening the console_](installing-northstar/using-northstar/commands.md#opening-the-console). +A: Check [_Opening the console_](using-northstar/commands.md#opening-the-console). ### Q: How can I check if my server is listed on the server browser? <a href="#faq-is-my-server-listed" id="faq-is-my-server-listed"></a> |