From ef3d84b3e83accdb8188c62b6c38a83961228b8c Mon Sep 17 00:00:00 2001 From: aln730 Date: Thu, 25 Dec 2025 06:07:51 -0600 Subject: [PATCH] Fix dead Documentation link in devcade-docs --- docs/_sidebar.md | 1 - docs/software.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 42620f5..4141021 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -13,7 +13,6 @@ * [API](/api-repo) * [Monogame Game Template](/template-repo) * [Flatpakify](/flatpakify-repo) - * [Documentation](/../) * Contributing Guide * [How to Contribute](/Contributing/contributing.md) * [Code Style](/Contributing/style-guides.md) diff --git a/docs/software.md b/docs/software.md index 124cd0a..00435a9 100644 --- a/docs/software.md +++ b/docs/software.md @@ -26,7 +26,7 @@ While not necessarily part of the vital operation of Devcade, we do provide temp [Flatpakify](/flatpakify-repo) is a tool developed to help users package their games into Flatpaks. This is required in order for games to be uploaded and run on Devcade but can be an unfamiliar process to many. This tool helps to simplify that process by doing most of it for you, given the right input. It is originally designed to work with C# projects but with some workarounds it can be used on other projects as well. ### Documentation -Thats what you are reading here. You probably know why its here, but in addition to providing useful information that doesn't otherwise have a home, it also brings the READMEs of all of the other repos together into one convenient spot for viewing, [including its own](/../). +Thats what you are reading here. You probably know why its here, but in addition to providing useful information that doesn't otherwise have a home, it also brings the READMEs of all of the other repos together into one convenient spot for viewing, [including its own](#/). ## The standard flow of operation