Skip to content

Commit 2d9444f

Browse files
UnderTheHoodRobingemini-code-assist[bot]sfshaza2
authored
fix: update broken Flutter and Dart tutorial links (#12993)
_Description of what this PR is changing or adding, and why:_ Fixes two broken links in the documentation: - **Getting started with Dart** → now points to the official https://dart.dev/learn/tutorial - **Introduction to Flutter UI** → updated to the current correct URL https://docs.flutter.dev/learn/tutorial/create-an-app Both links now work correctly and point to the latest official tutorials. ## Presubmit checklist - [ ] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [ ] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [X] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Shams Zakhour <[email protected]>
1 parent 8569b33 commit 2d9444f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/tutorial/set-up-state-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ free and accessible to everyone.
5454
:::
5555

5656
[Wikipedia API]: https://en.wikipedia.org/api/rest_v1/
57-
[Getting started with Dart]: {{site.dart-site}}/tutorial
57+
[Getting started with Dart]: {{site.dart-site}}/learn/tutorial
5858
[Introduction to Flutter UI]: /learn/tutorial/create-an-app
5959
[Wikipedia]: https://wikipedia.org/
6060
[donating to Wikipedia]: https://donate.wikimedia.org/

0 commit comments

Comments
 (0)