docs: fix typo in link

This commit is contained in:
Nick Fisher
2025-07-03 17:13:47 +08:00
parent 2244d3fcb6
commit 4a6479c4d8
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
## Installation
Follow the steps listed in [Getting Started](./gettingstarted) to configure your Flutter installation and project.
Follow the steps listed in [Getting Started](./getting_started) to configure your Flutter installation and project.
## Basic Usage

View File

@@ -1,6 +1,6 @@
# Examples
See the [Getting Started](https://thermion.dev/gettingstarted) and [Quickstart](https://thermion.dev/quickstart) sections of the documentation for step-by-step instructions in creating a Flutter app.
See the [Getting Started](https://thermion.dev/getting_started) and [Quickstart](https://thermion.dev/quickstart) sections of the documentation for step-by-step instructions in creating a Flutter app.
You can also jump straight to the [Quickstart example in the repository](https://github.com/nmfisher/thermion/tree/develop/examples/flutter/quickstart/lib/main.dart) for an example of a Flutter app that uses a simple 3D viewer widget.