diff --git a/docs/viewer.mdx b/docs/viewer.mdx index 58a56e7e..66229d10 100644 --- a/docs/viewer.mdx +++ b/docs/viewer.mdx @@ -1,6 +1,6 @@ ## Quickstart (Flutter) -> You can find the entire project below in the [flutter/quickstart](https://github.com/nmfisher/thermion_examples/tree/master/flutter/quickstart) folder of the `thermion_examples` repository. +> You can find the entire project below in the [examples/flutter/quickstart](https://github.com/nmfisher/thermion/tree/master/examples/flutter/quickstart) folder of the repository. 1. Switch to Flutter master channel, upgrade Flutter, create a new project, then add `thermion_flutter` as a dependency diff --git a/thermion_flutter/thermion_flutter/example/README.md b/thermion_flutter/thermion_flutter/example/README.md index 0ba3c8cd..8188c29a 100644 --- a/thermion_flutter/thermion_flutter/example/README.md +++ b/thermion_flutter/thermion_flutter/example/README.md @@ -1,6 +1,6 @@ -For a more thorough example with both Flutter and pure Dart, see the [example repository](https://github.com/nmfisher/thermion_examples). +For a more thorough example with both Flutter and pure Dart, see the [examples folder in the repository](https://github.com/nmfisher/thermion/tree/develop/examples). -[flutter/quickstart/lib/main.dart](https://github.com/nmfisher/thermion_examples/blob/master/flutter/quickstart/lib/main.dart) +[flutter/quickstart/lib/main.dart](https://github.com/nmfisher/thermion/tree/develop/examples) ```dart import 'package:flutter/material.dart';