From 6a5c0c0116ad79d44c060ff1e9c887bf6bfae574 Mon Sep 17 00:00:00 2001
From: ethanc8 <echaroenpitaks@gmail.com>
Date: Fri, 22 Nov 2024 18:09:53 -0600
Subject: [PATCH] Add GUI API docs to the website

---
 source/APIRefs/Gui/index.md | 3 +++
 source/APIRefs/index.md     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 source/APIRefs/Gui/index.md

diff --git a/source/APIRefs/Gui/index.md b/source/APIRefs/Gui/index.md
new file mode 100644
index 00000000..b4e80e67
--- /dev/null
+++ b/source/APIRefs/Gui/index.md
@@ -0,0 +1,3 @@
+# GNUstep Gui
+
+* <a href="GuiAPI/index.html">**Objective-C API documentation**</a>
diff --git a/source/APIRefs/index.md b/source/APIRefs/index.md
index 6b0aa654..28af6382 100644
--- a/source/APIRefs/index.md
+++ b/source/APIRefs/index.md
@@ -7,7 +7,7 @@ hidden: true
 
 Make/index
 Base/index
-GUI/index
+Gui/index
 ```
 
 ## Core GNUstep frameworks
@@ -29,7 +29,7 @@ The Objective-C standard library.
 :::
 
 :::{grid-item-card} {octicon}`project` GUI
-:link: GUI/index
+:link: Gui/index
 :link-type: doc
 
 A powerful, flexible, cross-platform desktop GUI toolkit.