Skip to content

Commit 716a43e

Browse files
committed
Fix link to flags
Closes #44445 #44445 GitOrigin-RevId: 980bf9d Change-Id: I7410a19af91a947553a58084c3babda98474427e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175701 Reviewed-by: Lasse R.H. Nielsen <[email protected]>
1 parent 434a97a commit 716a43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/process/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abide by the following basic conditions:
3535
* Must access libraries via the public API (for example, must not reach into
3636
the internals of a package located in the `/src/` directory).
3737

38-
* Must not rely on an [experiment flag](flags.md).
38+
* Must not rely on an [experiment flag](experimental-flags.md).
3939

4040
* Must not circumvent clear restrictions documented in the public API
4141
documentation (for example, must not mixin a class clearly documented as

0 commit comments

Comments
 (0)