mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix relative links
This commit is contained in:
parent
ea409a2cb2
commit
23c2660fb0
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue