From 2c6f2ddb1fdbc4416f2dc62b7dc3fe00ecdc526a Mon Sep 17 00:00:00 2001 From: xster Date: Mon, 8 Jun 2020 15:49:59 -0700 Subject: [PATCH] change link in add-to-app module readme (#464) --- add_to_app/flutter_module/README.md | 3 ++- add_to_app/flutter_module_using_plugin/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/add_to_app/flutter_module/README.md b/add_to_app/flutter_module/README.md index cfc32de14..e8d441328 100644 --- a/add_to_app/flutter_module/README.md +++ b/add_to_app/flutter_module/README.md @@ -7,4 +7,5 @@ An example Flutter module used in the Flutter add-to-app samples. For more information, see the Add-to-App guide at [flutter.dev](https://flutter.dev): -https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps \ No newline at end of file +For instructions integrating Flutter modules to your existing applications, +see the [add-to-app documentation](https://flutter.dev/docs/development/add-to-app). diff --git a/add_to_app/flutter_module_using_plugin/README.md b/add_to_app/flutter_module_using_plugin/README.md index 68f38c47f..808c90cdd 100644 --- a/add_to_app/flutter_module_using_plugin/README.md +++ b/add_to_app/flutter_module_using_plugin/README.md @@ -8,4 +8,5 @@ in the Flutter add-to-app samples. For more information, see the Add-to-App guide at [flutter.dev](https://flutter.dev): -https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps \ No newline at end of file +For instructions integrating Flutter modules to your existing applications, +see the [add-to-app documentation](https://flutter.dev/docs/development/add-to-app).