Unverified Commit 283437a2 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Update link to unbounded constraints error (#131205)

Fixes https://github.com/flutter/flutter/issues/130805.
parent 8a37b8ba
...@@ -730,7 +730,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl ...@@ -730,7 +730,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
addendum.add(node.describeForError('The nearest ancestor providing an unbounded width constraint is')); addendum.add(node.describeForError('The nearest ancestor providing an unbounded width constraint is'));
} }
} }
addendum.add(ErrorHint('See also: https://flutter.dev/layout/')); addendum.add(ErrorHint('See also: https://flutter.dev/unbounded-constraints'));
} else { } else {
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment