diff --git a/mkdocs-website/docs/en/getting-started/your-first-app.md b/mkdocs-website/docs/en/getting-started/your-first-app.md index 5144fc019..125cac1bc 100644 --- a/mkdocs-website/docs/en/getting-started/your-first-app.md +++ b/mkdocs-website/docs/en/getting-started/your-first-app.md @@ -8,7 +8,7 @@ Before you begin, ensure you have the following installed: - Go (version 1.21 or later) - Node.js (LTS version) -- Wails v3 Alpha (see the [installation guide](/getting-started/installation) for instructions) +- Wails v3 Alpha (see the [installation guide](installation.md) for instructions) ## Step 1: Creating a New Project diff --git a/mkdocs-website/docs/en/index.md b/mkdocs-website/docs/en/index.md index 5cdc050dd..4ff1247b9 100644 --- a/mkdocs-website/docs/en/index.md +++ b/mkdocs-website/docs/en/index.md @@ -16,15 +16,15 @@ Here are some of the exciting new features and improvements in Wails v3 Alpha: - Improved build system - Improved events system -More information about these features and other changes can be found in the [What's new](/whats-new/) section. +More information about these features and other changes can be found in the [What's new](whats-new.md) section. ## Getting Started To get started with Wails v3 Alpha: -1. [Installation](/getting-started/installation/): Follow our simple guide to install Wails on your system. -2. [Create Your First Application](/getting-started/your-first-app/): Learn how to create your first Wails application with our step-by-step tutorial. -3. [Explore the API Reference](/API/): Dive deeper into the API documentation. +1. [Installation](getting-started/installation.md): Follow our simple guide to install Wails on your system. +2. [Create Your First Application](getting-started/your-first-app.md): Learn how to create your first Wails application with our step-by-step tutorial. +3. [Explore the API Reference](./API/application.md): Dive deeper into the API documentation. ## Alpha Version Notice