Skip to content

Commit fd3ad48

Browse files
authored
Update blog links (#12423)
_Description of what this PR is changing or adding, and why:_ Update blog links to new blog subdomain _Issues fixed by this PR (if any):_ n/a _PRs or commits this PR depends on (if any):_ none ## Presubmit checklist - [x] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [x] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 7221f75 commit fd3ad48

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Other ways you can contribute:
4444
* [Request docs for docs.flutter.dev][doc-issues]
4545
* [Submit PRs to docs.flutter.dev][doc-PRs]
4646
* [Follow us on Twitter: @flutterdev](https://twitter.com/flutterdev/)
47-
* [Read the Flutter Publication on Medium](https://medium.com/flutter)
47+
* [Read the Flutter Publication on Medium](https://blog.flutter.dev)
4848
* [Sign up to Future UX Studies on Flutter](https://flutter.dev/research-signup)
4949
* [Join the subreddit to keep up with the latest in the Flutter
5050
community][reddit]

firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@
240240

241241
{ "source": "/adoptawidget", "destination": "https://github.com/flutter/flutter/blob/main/CONTRIBUTING.md", "type": 301 },
242242
{ "source": "/apprentice-giveaway", "destination": "https://www.youtube.com/playlist?list=PL4dBIh1xps-HAaadBRWQobCO_IJ4gMOG2", "type": 301 },
243-
{ "source": "/clock", "destination": "https://medium.com/flutter/its-time-the-flutter-clock-contest-results-dcebe2eb3957", "type": 301 },
244-
{ "source": "/create", "destination": "https://medium.com/flutter/the-flutter-create-winners-are-40980f2d20b3", "type": 301 },
243+
{ "source": "/clock", "destination": "https://blog.flutter.dev/its-time-the-flutter-clock-contest-results-dcebe2eb3957", "type": 301 },
244+
{ "source": "/create", "destination": "https://blog.flutter.dev/the-flutter-create-winners-are-40980f2d20b3", "type": 301 },
245245
{ "source": "/assets/images/docs/intellij/hot-reload.gif", "destination": "https://raw.githubusercontent.com/flutter/website/main/src/assets/images/docs/tools/android-studio/hot-reload.gif", "type": 301 },
246246
{ "source": "/brick-breaker", "destination": "https://codelabs.developers.google.com/codelabs/flutter-flame-brick-breaker", "type": 301 },
247247
{ "source": "/catalog/samples", "destination": "https://flutter.github.io/samples/#", "type": 301 },

src/_data/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ main-api: https://main-api.flutter.dev
3636
pub: https://pub.dev
3737
pub-api: https://pub.dev/documentation
3838
pub-pkg: https://pub.dev/packages
39-
flutter-medium: https://medium.com/flutter
39+
flutter-medium: https://blog.flutter.dev
4040
medium: https://medium.com
4141
dartpad: https://dartpad.dev
4242
gallery-archive: https://flutter-gallery-archive.web.app

src/_includes/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Flutter 3.35 has landed! Get ready for a performance boost and stateful hot reload on the web. <a href="https://medium.com/flutter/whats-new-in-flutter-3-35-c58ef72e3766" target="_blank">Learn more</a><br>
1+
Flutter 3.35 has landed! Get ready for a performance boost and stateful hot reload on the web. <a href="https://blog.flutter.dev/whats-new-in-flutter-3-35-c58ef72e3766" target="_blank">Learn more</a><br>

src/content/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This file provides a curated list of resources to help Large Language Models und
1818
## Latest release
1919

2020
- [Announcing Flutter 3.35](https://medium.com/flutter/whats-new-in-flutter-3-35-c58ef72e3766): The official announcement for the 3.35 release.
21-
- [Announcing Dart 3.9](https://medium.com/dartlang/announcing-dart-3-9-ba49e8f38298): The official announcement for the 3.9 release.
21+
- [Announcing Dart 3.9](https://blog.dart.dev/announcing-dart-3-9-ba49e8f38298): The official announcement for the 3.9 release.
2222

2323
## Learning resources
2424

@@ -173,7 +173,7 @@ This file provides a curated list of resources to help Large Language Models und
173173
- [Flutter blog](https://medium.com/flutter): The official blog for the Flutter project.
174174
- [Flutter release notes](https://docs.flutter.dev/release/release-notes): Detailed notes on what's new in each release.
175175
- [Flutter breaking changes and migration guides](https://docs.flutter.dev/release/breaking-changes): Documentation for breaking changes with each release along with guides for migrating code across a breaking change.
176-
- [Dart blog](https://medium.com/dartlang): The official blog for the Dart language.
176+
- [Dart blog](https://blog.dart.dev): The official blog for the Dart language.
177177
- [Dart breaking changes](https://dart.dev/resources/breaking-changes): A list of breaking changes for each Dart release.
178178

179179
## API reference

src/content/perf/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,4 +455,4 @@ For more performance info, check out the following resources:
455455
[Performance optimizations]: {{site.api}}/flutter/widgets/AnimatedBuilder-class.html#performance-optimizations
456456
[Performance considerations for opacity animation]: {{site.api}}/flutter/widgets/Opacity-class.html#performance-considerations-for-opacity-animation
457457
[`RenderObject`]: {{site.api}}/flutter/rendering/RenderObject-class.html
458-
[best-practices-medium]: https://medium.com/flutter/best-practices-for-optimizing-flutter-web-loading-speed-7cc0df14ce5c
458+
[best-practices-medium]: https://blog.flutter.dev/best-practices-for-optimizing-flutter-web-loading-speed-7cc0df14ce5c

src/content/release/release-notes/release-notes-0.0.21-1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ _This page is a dump of the old Changelog page from the Flutter wiki up until
106106
## Changes in v0.6.0 (since v0.5.1) - beta 6
107107

108108
### v0.6.0
109-
* Dart SDK updated to a Dart 2 build (2.1.0-dev.0.0). Package and plugin authors should ensure their `pubspec.yaml` files include a Dart SDK constraint with an upper bound of `<3.0.0`. See the [Getting ready for Dart 2 post](https://medium.com/dartlang/getting-ready-for-dart-2-and-making-your-packages-look-great-on-the-pub-site-118464d7f59d) for details.
109+
* Dart SDK updated to a Dart 2 build (2.1.0-dev.0.0). Package and plugin authors should ensure their `pubspec.yaml` files include a Dart SDK constraint with an upper bound of `<3.0.0`. See the [Getting ready for Dart 2 post](https://blog.dart.dev/getting-ready-for-dart-2-and-making-your-packages-look-great-on-the-pub-site-118464d7f59d) for details.
110110
* [#19025](https://github.com/flutter/flutter/pull/19025) renamed `CupertinoRefreshControl` to `CupertinoSliverRefreshControl` for consistency.
111111
* [#19317](https://github.com/flutter/flutter/pull/19317) Add cursorWidth and cursorRadius to TextField (Material) cursor.
112112
* [#20116](https://github.com/flutter/flutter/pull/20116) reduced release binary sizes by ~2MB

src/content/release/release-notes/release-notes-1.12.13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ check out this [TweenAnimationBuilder video](https://www.youtube.com/watch?reloa
11431143

11441144
## Web
11451145

1146-
We increased our support for web, moving it from the dev channel to the beta channel. For more details, please check [web support blog post](https://medium.com/flutter/web-support-for-flutter-goes-beta-35b64a1217c0).
1146+
We increased our support for web, moving it from the dev channel to the beta channel. For more details, please check [web support blog post](https://blog.flutter.dev/web-support-for-flutter-goes-beta-35b64a1217c0).
11471147

11481148
[37819]({{site.repo.flutter}}/pull/37819) Add HtmlElementView (the Flutter Web platform view)
11491149

0 commit comments

Comments
 (0)