Fix link to flags

Closes https://github.com/dart-lang/sdk/pull/44445
https://github.com/dart-lang/sdk/pull/44445

GitOrigin-RevId: 980bf9dfb30c14e287e7cd0918496f9dbc47c7df
Change-Id: I7410a19af91a947553a58084c3babda98474427e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175701
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
This commit is contained in:
Michael Thomsen 2021-01-14 12:02:43 +00:00
parent 434a97a3c1
commit 716a43e27a

View file

@ -35,7 +35,7 @@ abide by the following basic conditions:
* Must access libraries via the public API (for example, must not reach into
the internals of a package located in the `/src/` directory).
* Must not rely on an [experiment flag](flags.md).
* Must not rely on an [experiment flag](experimental-flags.md).
* Must not circumvent clear restrictions documented in the public API
documentation (for example, must not mixin a class clearly documented as