Update link to unbounded constraints error (#131205)

Fixes https://github.com/flutter/flutter/issues/130805.
This commit is contained in:
Michael Goderbauer 2023-07-24 11:23:49 -07:00 committed by GitHub
parent 8a37b8ba35
commit 283437a2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(ErrorHint('See also: https://flutter.dev/layout/'));
addendum.add(ErrorHint('See also: https://flutter.dev/unbounded-constraints'));
} else {
return true;
}