From 6bff1339236b14c2782914d38a4fbe97bf38180f Mon Sep 17 00:00:00 2001 From: Yusuke Konishi Date: Mon, 29 May 2017 13:44:38 +0900 Subject: [PATCH] Fixed example README link (#10369) --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 139574e84c..face684ff0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -32,7 +32,7 @@ Available examples include: demonstrates how to connect a Flutter app to platform-specific APIs. For documentation, see . -- **Platform Channel Swift** The [platform channel swift app](platform_channel_swift) +- **Platform Channel Swift** The [platform channel swift app](platform_channel_swift) is the same as [platform channel](platform_channel) but the iOS version is in Swift and there is no Android version. @@ -40,7 +40,7 @@ Available examples include: embed Flutter within an iOS or Android app. - **Layers** The [layers vignettes](layers) show how to use the various layers - in the Flutter framework. For details, see the [layers README](layers/README). + in the Flutter framework. For details, see the [layers README](layers/README.md). - **Stocks** The [stocks](stocks) demo shows how one might structure an application with several screens.