Skip to content

Commit 283437a

Browse files
authored
Update link to unbounded constraints error (#131205)
Fixes flutter/flutter#130805.
1 parent 8a37b8b commit 283437a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/rendering/flex.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
730730
addendum.add(node.describeForError('The nearest ancestor providing an unbounded width constraint is'));
731731
}
732732
}
733-
addendum.add(ErrorHint('See also: https://flutter.dev/layout/'));
733+
addendum.add(ErrorHint('See also: https://flutter.dev/unbounded-constraints'));
734734
} else {
735735
return true;
736736
}

0 commit comments

Comments
 (0)