From 14d013eb6d22761c9324f3e2174ca117bbd6fe09 Mon Sep 17 00:00:00 2001 From: Jaredl-Code <217964373+Jaredl-LV@users.noreply.github.com> Date: Sun, 6 Jul 2025 13:18:47 -0700 Subject: [PATCH 1/3] Updated the license link in the sidebar to point to the actual license file for the codebase. --- SourceCode/_Sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceCode/_Sidebar.md b/SourceCode/_Sidebar.md index acd4a11f..6d1f0e70 100644 --- a/SourceCode/_Sidebar.md +++ b/SourceCode/_Sidebar.md @@ -6,7 +6,7 @@ - [How to Contribution](contribution) - [Replays for testing](replay_testing) - [Community forks](forks) -- [License](license) +- [License](https://github.com/TheSuperHackers/GeneralsGameCode/blob/main/LICENSE.md) - [Credits](credits) - [Changelog](changelog) - [FAQ](faq) From c6424364800af50280175d2400592d707edbaaa9 Mon Sep 17 00:00:00 2001 From: Jaredl-Code <217964373+Jaredl-LV@users.noreply.github.com> Date: Sun, 6 Jul 2025 13:22:59 -0700 Subject: [PATCH 2/3] Deleted the placeholder license page since we're now pointing to the actual license file in the codebase. --- SourceCode/license.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 SourceCode/license.md diff --git a/SourceCode/license.md b/SourceCode/license.md deleted file mode 100644 index e443a413..00000000 --- a/SourceCode/license.md +++ /dev/null @@ -1 +0,0 @@ -# This page is a work in progress and is currently incomplete From 06fef52cf217a58dac436e7f5c18a0f40cf1d83c Mon Sep 17 00:00:00 2001 From: Jaredl-Code <217964373+Jaredl-LV@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:56:08 -0700 Subject: [PATCH 3/3] Also did the same with the contributing link in the side bar. --- SourceCode/_Sidebar.md | 2 +- SourceCode/contribution.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 SourceCode/contribution.md diff --git a/SourceCode/_Sidebar.md b/SourceCode/_Sidebar.md index f42b862a..da9a56e6 100644 --- a/SourceCode/_Sidebar.md +++ b/SourceCode/_Sidebar.md @@ -3,7 +3,7 @@ ## [Home](Home) - [How to Get Involved](how_to_involved) -- [How to Contribution](contribution) +- [How to Contribution](https://github.com/TheSuperHackers/GeneralsGameCode/blob/main/CONTRIBUTING.md) - [Replays for testing](replay_testing) - [Community forks](forks) - [License](https://github.com/TheSuperHackers/GeneralsGameCode/blob/main/LICENSE.md) diff --git a/SourceCode/contribution.md b/SourceCode/contribution.md deleted file mode 100644 index e443a413..00000000 --- a/SourceCode/contribution.md +++ /dev/null @@ -1 +0,0 @@ -# This page is a work in progress and is currently incomplete