From 4a6479c4d8f2254010383eacc920e90dfd23aa80 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 3 Jul 2025 17:13:47 +0800 Subject: [PATCH] docs: fix typo in link --- docs/quickstart.mdx | 2 +- thermion_flutter/thermion_flutter/example/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 1d33c20a..e8688ac8 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -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 diff --git a/thermion_flutter/thermion_flutter/example/README.md b/thermion_flutter/thermion_flutter/example/README.md index c5c76304..b014e3e1 100644 --- a/thermion_flutter/thermion_flutter/example/README.md +++ b/thermion_flutter/thermion_flutter/example/README.md @@ -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.