Fix relative links

This commit is contained in:
Lea Anthony 2023-12-13 22:46:33 +11:00
commit 23c2660fb0
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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