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.