From 716a43e27a25aece41697899af3a63eda3aa32fa Mon Sep 17 00:00:00 2001 From: Michael Thomsen Date: Thu, 14 Jan 2021 12:02:43 +0000 Subject: [PATCH] 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 --- docs/process/breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/process/breaking-changes.md b/docs/process/breaking-changes.md index b277e44bddd..820ff3a8ac4 100644 --- a/docs/process/breaking-changes.md +++ b/docs/process/breaking-changes.md @@ -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