fix(topic): incorrect resource link (#8502)

**Fix the incorrect link to the Flutter documentation.**  
The current link points to the documentation for the `OutlineButton` widget, but it should link to the documentation about the Flutter widget tree, since the topic is about the hierarchy of widgets, NOT the `OutlineButton`.
pull/8511/head
Frank 6 days ago committed by GitHub
parent cd33b7aa92
commit 5831588cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/flutter/content/dev-tools/flutter-outline.md

@ -4,4 +4,4 @@ Flutter Outline is a feature in the Flutter development environment (IDE) that p
Visit the following resources to learn more: Visit the following resources to learn more:
- [@official@Flutter Outline](https://api.flutter.dev/flutter/material/OutlinedButton-class.html) - [@official@Flutter Widget Tree](https://docs.flutter.dev/tools/devtools/inspector#flutter-widget-tree)

Loading…
Cancel
Save