Skip to content

Commit f352fed

Browse files
guidezplparlough
andauthored
Clean up remaining Medium blog links and adjust sitenav label (#12499)
Follow up to #12423 --------- Co-authored-by: Parker Lougheed <[email protected]>
1 parent 98b9e1a commit f352fed

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/_data/learning-resources-index/codelabs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
type: codelab
142142
link:
143143
label: Medium
144-
url: https://medium.com/flutter/how-to-debug-layout-issues-with-the-flutter-inspector-87460a7b9db
144+
url: https://blog.flutter.dev/how-to-debug-layout-issues-with-the-flutter-inspector-87460a7b9db
145145

146146
- name: Implicit animations
147147
description: |

src/_data/sidenav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
- title: Compatibility policy
9494
permalink: /release/compatibility-policy
9595
- divider
96-
- title: Medium publication
97-
permalink: https://medium.com/flutter
96+
- title: Flutter blog
97+
permalink: https://blog.flutter.dev
9898
- title: What's new in the docs
9999
permalink: /release/whats-new
100100

src/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="/assets/images/branding/flutter/logo+text/horizontal/white.svg" alt="Flutter logo" width="164">
55
</a>
66
<div class="footer-social-links">
7-
<a class="icon-button" href="https://medium.com/flutter" target="_blank" rel="noopener" title="Flutter's Medium blog">
7+
<a class="icon-button" href="https://blog.flutter.dev" target="_blank" rel="noopener" title="Flutter's blog">
88
<svg><use href="/assets/images/social/medium.svg#medium"></use></svg>
99
</a>
1010
<a class="icon-button" href="https://youtube.com/@flutterdev" target="_blank" rel="noopener" title="Flutter's YouTube">

src/content/llms.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This file provides a curated list of resources to help Large Language Models und
1717

1818
## Latest release
1919

20-
- [Announcing Flutter 3.35](https://medium.com/flutter/whats-new-in-flutter-3-35-c58ef72e3766): The official announcement for the 3.35 release.
20+
- [Announcing Flutter 3.35](https://blog.flutter.dev/whats-new-in-flutter-3-35-c58ef72e3766): The official announcement for the 3.35 release.
2121
- [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
@@ -62,7 +62,7 @@ This file provides a curated list of resources to help Large Language Models und
6262

6363
## Advanced UI
6464

65-
- [Slivers, Demystified](https://medium.com/flutter/slivers-demystified-6ff68ab0296f): What’s a Sliver and Why do I want it? How do I use it? SliverList, SliverGrid, SliverAppBar. Putting it all together: a collapsible scrolling list with SliverPersistentHeader
65+
- [Slivers, Demystified](https://blog.flutter.dev/slivers-demystified-6ff68ab0296f): What’s a Sliver and Why do I want it? How do I use it? SliverList, SliverGrid, SliverAppBar. Putting it all together: a collapsible scrolling list with SliverPersistentHeader
6666
- [Creating custom scrolling effects with Slivers](Using slivers to achieve fancy scrolling): Go beyond ListView to create custom scrollable layouts.
6767
- [Painting and effect widgets](https://docs.flutter.dev/ui/widgets/painting): These widgets apply visual effects to the children without changing their layout, size, or position.
6868
- [Adaptive and responsive design in Flutter](https://docs.flutter.dev/ui/adaptive-responsive): Build UIs that that look and feel great on any platform and any screen size.
@@ -103,8 +103,8 @@ This file provides a curated list of resources to help Large Language Models und
103103
### AI-assisted development
104104
- [Create with AI](https://docs.flutter.dev/ai/create-with-ai): An overview of how to use AI to supercharge your Flutter development.
105105
- [The Dart and Flutter MCP Server](https://dart.dev/tools/mcp-server): Technical details on the server that enables AI features in the IDE.
106-
- [Supercharge your Dart & Flutter development experience with the Dart and Flutter MCP server](https://medium.com/flutter/supercharge-your-dart-flutter-development-experience-with-the-dart-mcp-server-2edcc8107b49): A blog post explaining the benefits of the MCP server.
107-
- [Gemini in Android Studio now speaks fluent Flutter](https://medium.com/flutter/gemini-in-android-studio-now-speaks-fluent-flutter-915dfec98274): A blog post about Gemini's Flutter capabilities in Android Studio.
106+
- [Supercharge your Dart & Flutter development experience with the Dart and Flutter MCP server](https://blog.flutter.dev/supercharge-your-dart-flutter-development-experience-with-the-dart-mcp-server-2edcc8107b49): A blog post explaining the benefits of the MCP server.
107+
- [Gemini in Android Studio now speaks fluent Flutter](https://blog.flutter.dev/gemini-in-android-studio-now-speaks-fluent-flutter-915dfec98274): A blog post about Gemini's Flutter capabilities in Android Studio.
108108

109109
## Performance & optimization
110110

@@ -170,7 +170,7 @@ This file provides a curated list of resources to help Large Language Models und
170170

171171
- [Package development best practices](https://docs.flutter.dev/packages-and-plugins/developing-packages): Learn how to create high-quality, publishable packages.
172172
- [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md): The official guide to contributing to the Flutter project.
173-
- [Flutter blog](https://medium.com/flutter): The official blog for the Flutter project.
173+
- [Flutter blog](https://blog.flutter.dev): 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.
176176
- [Dart blog](https://blog.dart.dev): The official blog for the Dart language.

src/content/perf/impeller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the [Can I use Impeller?][] page.
5454

5555
### iOS
5656

57-
Since [Flutter 3.29](https://medium.com/flutter/whats-new-in-flutter-3-29-f90c380c2317), Impeller is the **default on iOS** with no ability to
57+
Since [Flutter 3.29](https://blog.flutter.dev/whats-new-in-flutter-3-29-f90c380c2317), Impeller is the **default on iOS** with no ability to
5858
switch to Skia.
5959

6060
### Android

0 commit comments

Comments
 (0)