diff --git a/README.md b/README.md index e6ec97f..1d128ad 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust ## Where do I start? -Head over to the [docs site](https://lune.gitbook.io/lune/home/intro) to get started using Lune! +Head over to the [installation](https://lune.gitbook.io/lune/home/installation) page to get started using Lune! diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 7438fe3..689ab7e 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -2,7 +2,6 @@ ## Home -- [Intro](pages/home/Intro.md) - [Installation](pages/home/Installation.md) - [Writing Scripts](pages/home/Writing-Scripts.md) - [Running Scripts](pages/home/Running-Scripts.md) @@ -10,7 +9,7 @@ ## Roblox -- [Intro](pages/roblox/Intro.md) +- [Introduction](pages/roblox/Introduction.md) - [Examples](pages/roblox/Examples.md) - [API Status](pages/roblox/Api-Status.md) diff --git a/docs/pages/home/Intro.md b/docs/pages/home/Intro.md deleted file mode 100644 index 07a7845..0000000 --- a/docs/pages/home/Intro.md +++ /dev/null @@ -1,7 +0,0 @@ -# 🏠 Home - -Welcome to the Lune docs site! - -Here you can find tutorials as well as a full API reference for all of Lune's built-in APIs. - -To get started, head over to the [Installation](https://lune.gitbook.io/lune/home/installation) page. diff --git a/docs/pages/roblox/Intro.md b/docs/pages/roblox/Introduction.md similarity index 100% rename from docs/pages/roblox/Intro.md rename to docs/pages/roblox/Introduction.md