Skip to content

Commit fa4e52d

Browse files
committed
Chore: Fix broken links and anchors
1 parent 2f049a4 commit fa4e52d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/API/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ If you plan on writing code that leverages the API, you may want to use an IDE e
7171

7272
## API Endpoints {#-api-endpoints}
7373

74-
View all [implemented endpoints](/api/endpoints).
74+
View all [implemented endpoints](/API/endpoints).

docs/basic/create-server/Forge/create-forge-server-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are 2 options on how to add a forge server to mcss.
1313
This guide will show you how to manually create and an import a forge server.
1414

1515
:::tip Looking for the modpack setup?
16-
You can find the appropriate guide for forge modpacks [here](/basic/create-server/forge/create-a-server-with-a-modpack)
16+
You can find the appropriate guide for forge modpacks [here](/basic/create-server/Forge/create-a-server-with-a-modpack)
1717
:::
1818

1919
## Download Forge {#-download-forge}

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A process on your computer is already using the port your server is trying to us
2727

2828
Start by ensuring you do not already have a server running on this port. If that's the case
2929

30-
Try killing all java processes (refer to [regain-control](#how-do-i-regain-control-of-my-server-if-mcss-crashes)) and start your server again.
30+
Try killing all java processes (refer to [regain-control](#-faq-crash)) and start your server again.
3131

3232
If you added an IP to the 'server-ip' field in the server.properties file make sure to remove it.
3333
If you're running multiple servers make sure they're not using the same port.
@@ -105,7 +105,7 @@ MCSS runs on your computer. As long as it is online, the server is. So yes, if y
105105

106106
MCSS comes with a web panel to manage your servers remotely. You can find more info about it [here](/webpanel/getting-started).
107107
Please note that the panel is still under development so not all features from the app are included.
108-
There is also a REST API available for developers, you can learn more about it [here](/api/about).
108+
There is also a REST API available for developers, you can learn more about it [here](/API/about).
109109

110110
## Dashboard graphs are stuck to 0% CPU and 1MB of RAM {#-faq-dashboard-stats-stuck}
111111

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const config = {
223223
},
224224
{
225225
label: 'Developer API',
226-
to: '/api/about',
226+
to: '/API/about',
227227
},
228228
{
229229
label: 'Screenshots',

0 commit comments

Comments
 (0)