diff --git a/packages/flutter_web_plugins/lib/flutter_web_plugins.dart b/packages/flutter_web_plugins/lib/flutter_web_plugins.dart index 5c42fa359771a..ac53da9973561 100644 --- a/packages/flutter_web_plugins/lib/flutter_web_plugins.dart +++ b/packages/flutter_web_plugins/lib/flutter_web_plugins.dart @@ -11,8 +11,9 @@ /// /// See also: /// -/// * [How to Write a Flutter Web Plugin](https://medium.com/flutter/how-to-write-a-flutter-web-plugin-5e26c689ea1), a Medium article -/// describing how the `url_launcher` package was created using `flutter_web_plugins`. +/// * [How to Write a Flutter Web Plugin](https://flutter.dev/to/flutter-web-plugin-guide), +/// a guide describing how the `url_launcher` package was created +/// using `flutter_web_plugins`. /// /// @docImport 'src/plugin_registry.dart'; library flutter_web_plugins;