mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
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:
parent
434a97a3c1
commit
716a43e27a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue