diff --git a/docs/blog/posts/10-07-2024.md b/docs/blog/posts/10-07-2024.md index d1199c93..8a45c9c7 100644 --- a/docs/blog/posts/10-07-2024.md +++ b/docs/blog/posts/10-07-2024.md @@ -23,7 +23,7 @@ Finally, our first update about GodotSteam Components. The first round of tools - SteamLobby node - SteamChat node -You can check out the [Projects page](../projects/components/) for it to find more details about what will be available and what all is planned. Github Sponsors will get access to it in September and public roll-out will happen sometime in the following months. +You can check out the [Projects page](../../projects/components.md) for it to find more details about what will be available and what all is planned. Github Sponsors will get access to it in September and public roll-out will happen sometime in the following months. ## Skillet Updates diff --git a/docs/howto/modules.md b/docs/howto/modules.md index cb46b3f3..833c69d8 100644 --- a/docs/howto/modules.md +++ b/docs/howto/modules.md @@ -210,7 +210,7 @@ export LD_PRELOAD=~/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so; export LD_PRELOAD=~/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so; ``` -This can be done in an .sh file that runs these before running your executable. This issue may not arise for all users and can also just be done by the user in a terminal separately. You can [read more about it in our Linux Caveats doc](../tutorials/linux_caveats.md). +This can be done in an .sh file that runs these before running your executable. This issue may not arise for all users and can also just be done by the user in a terminal separately. You can [read more about it in our Linux Caveats doc](../issues/linux_issues.md). {== ### :octicons-thumbsup-16: Good to Go diff --git a/docs/howto/multiplayer_peer.md b/docs/howto/multiplayer_peer.md index 0150624e..4ee7668c 100644 --- a/docs/howto/multiplayer_peer.md +++ b/docs/howto/multiplayer_peer.md @@ -179,7 +179,7 @@ export LD_PRELOAD=~/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so; export LD_PRELOAD=~/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so; ``` -This can be done in an .sh file that runs these before running your executable. This issue may not arise for all users and can also just be done by the user in a terminal separately. You can [read more about it in our Linux Caveats doc](../tutorials/linux_caveats.md). +This can be done in an .sh file that runs these before running your executable. This issue may not arise for all users and can also just be done by the user in a terminal separately. You can [read more about it in our Linux Caveats doc](../issues/linux_issues.md). {== ### :octicons-thumbsup-16: Good to Go diff --git a/docs/howto/server.md b/docs/howto/server.md index dc899b76..989dcda0 100644 --- a/docs/howto/server.md +++ b/docs/howto/server.md @@ -197,7 +197,7 @@ export LD_PRELOAD=~/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so; export LD_PRELOAD=~/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so; ``` -This can be done in an .sh file that runs these before running your executable. This issue may not arise for all users and can also just be done by the user in a terminal separately. You can [read more about it in our Linux Caveats doc](../tutorials/linux_caveats.md). +This can be done in an .sh file that runs these before running your executable. This issue may not arise for all users and can also just be done by the user in a terminal separately. You can [read more about it in our Linux Caveats doc](../issues/linux_issues.md). {== ### :octicons-thumbsup-16: Good to Go diff --git a/docs/index.md b/docs/index.md index 8b90f002..26ef4555 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ Or, similar to Godot itself, you can download the pre-compiled editor / template For the most part, the pre-compiles and plug-ins are functionally the same. One major difference is the plug-ins have no in-editor documentation. -GDNative, however, has no access to Steam constants or enums, an issue with Rich Presence on Windows, others which are documented in the [Common Issues section.](/issues/common_issues/#gdnative-quirks) +GDNative, however, has no access to Steam constants or enums, an issue with Rich Presence on Windows, others which are documented in the [Common Issues section.](issues/common_issues.md/#gdnative) ### Master / Dedicated Servers @@ -190,7 +190,7 @@ Pre-compiled editors and template zips are self-contained and have everything yo ## Compile It Yourself ==} -Roll up your sleeves and build your own versions of GodotSteam. More instructions are available on each branch's readme page or up above [under the ***Compiling*** tab.](howto/modules,md) +Roll up your sleeves and build your own versions of GodotSteam. More instructions are available on each branch's readme page or up above [under the ***Compiling*** tab.](howto/modules.md)