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