diff --git a/docs/releases/Hotfixes-to-the-Stable-Channel.md b/CHANGELOG.md similarity index 100% rename from docs/releases/Hotfixes-to-the-Stable-Channel.md rename to CHANGELOG.md diff --git a/dev/conductor/core/lib/src/globals.dart b/dev/conductor/core/lib/src/globals.dart index 60a2e56460..7cc50377d9 100644 --- a/dev/conductor/core/lib/src/globals.dart +++ b/dev/conductor/core/lib/src/globals.dart @@ -29,7 +29,7 @@ const String flutterReleaseHotline = 'https://mail.google.com/chat/u/0/#chat/space/AAAA6RKcK2k'; const String hotfixToStableWiki = - 'https://github.com/flutter/flutter/blob/main/docs/releases/Hotfixes-to-the-Stable-Channel.md'; + 'https://github.com/flutter/flutter/blob/main/CHANGELOG.md'; const String flutterAnnounceGroup = 'https://groups.google.com/g/flutter-announce'; diff --git a/docs/releases/Flutter-build-release-channels.md b/docs/releases/Flutter-build-release-channels.md index 46192e12e7..1c20d4ba1a 100644 --- a/docs/releases/Flutter-build-release-channels.md +++ b/docs/releases/Flutter-build-release-channels.md @@ -60,4 +60,4 @@ If you really need a particular patch and it's a fix to the flutter/flutter repo * [Release process](Release-process.md), which describes the details for how we push builds from channel to channel. * [Cherrypick process](Flutter-Cherrypick-Process.md), where we cover how to request an issue for cherrypicking. -* [Release notes](https://flutter.dev/docs/development/tools/sdk/release-notes), where we document changes to each version of the stable channel. +* [Release notes](https://docs.flutter.dev/release/release-notes), where we document changes to each version of the stable channel. diff --git a/docs/wiki_archive/User-documentation-index.md b/docs/wiki_archive/User-documentation-index.md index 73102aa82d..b5161c26e8 100644 --- a/docs/wiki_archive/User-documentation-index.md +++ b/docs/wiki_archive/User-documentation-index.md @@ -4,7 +4,7 @@ Flutter's user-facing documentation should all be on the Flutter web site and the API documentation site: - https://docs.flutter.dev/ - - [Release notes](https://flutter.dev/docs/development/tools/sdk/release-notes) + - [Release notes](https://docs.flutter.dev/release/release-notes) - https://api.flutter.dev/ Historically, experimental documentation was sometimes first written on this wiki and later moved to the web site. This is @@ -54,4 +54,4 @@ _Contributors: please consider moving this content to the web site or deleting i ### Release notes -- [Hotfixes to the Stable Channel](../releases/Hotfixes-to-the-Stable-Channel.md) +- [Hotfixes to the Stable Channel](../../CHANGELOG.md)