Skip to content

Commit eb85efd

Browse files
authored
Fix broken link to debugInvertOversizedImages documentation (#12662)
This PR changes the link from https://api.flutter.dev/flutter/painting/debugInvertOversizedImages.html to https://api.flutter.dev/flutter/rendering/debugInvertOversizedImages.html for the DevTools inspector documentation, according to the discussion in the linked issue. I also changed the link in the `legacy-inspector.md` page, as the issue persisted there too. Fixes #12638
1 parent 82a8b02 commit eb85efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/tools/devtools/inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ void showOversizedImages() {
520520

521521
You can learn more at the following link:
522522

523-
- [Flutter documentation: debugInvertOversizedImages]({{site.api}}/flutter/painting/debugInvertOversizedImages.html)
523+
- [Flutter documentation: debugInvertOversizedImages]({{site.api}}/flutter/rendering/debugInvertOversizedImages.html)
524524

525525
[render box]: {{site.api}}/flutter/rendering/RenderBox-class.html
526526

src/content/tools/devtools/legacy-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ void showOversizedImages() {
449449

450450
You can learn more at the following link:
451451

452-
* [Flutter documentation: debugInvertOversizedImages]({{site.api}}/flutter/painting/debugInvertOversizedImages.html)
452+
* [Flutter documentation: debugInvertOversizedImages]({{site.api}}/flutter/rendering/debugInvertOversizedImages.html)
453453

454454
[render box]: {{site.api}}/flutter/rendering/RenderBox-class.html
455455

0 commit comments

Comments
 (0)