From 52fa15609cf122c3a20714baea01e801c7ee5f09 Mon Sep 17 00:00:00 2001 From: Arash Date: Thu, 22 Jul 2021 05:06:08 +0430 Subject: [PATCH] Update samples.yaml (#855) Fix incorrect URL source of Platform View Swift sample --- web/samples_index/lib/src/samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/samples_index/lib/src/samples.yaml b/web/samples_index/lib/src/samples.yaml index f2daeea2c..481077dcf 100644 --- a/web/samples_index/lib/src/samples.yaml +++ b/web/samples_index/lib/src/samples.yaml @@ -275,7 +275,7 @@ samples: alt: Platform View Swift screenshot - url: images/platform_view_swift2.png alt: Platform View Swift screenshot - source: https://github.com/flutter/samples/tree/master/platform_design + source: https://github.com/flutter/samples/tree/master/platform_view_swift description: > A Flutter sample app that combines a native iOS UIViewController with a full-screen Flutter view.