From d500d15c0f098b56e5bd549b32485cedba4843ef Mon Sep 17 00:00:00 2001 From: Ayush Bherwani Date: Fri, 5 Jun 2020 03:25:45 +0530 Subject: [PATCH] updates link for Flutter Gallery and Shrine (#459) --- INDEX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INDEX.md b/INDEX.md index b9becba6a..c2e5f5f48 100644 --- a/INDEX.md +++ b/INDEX.md @@ -145,10 +145,10 @@ thread and into an isolate. ## Demos -#### [Shrine](gallery/lib/studies/shrine) _(Flutter team)_ +#### [Shrine](https://github.com/flutter/gallery/tree/master/lib/studies/shrine) _(Flutter team)_ The Shrine demo app from the Flutter team. It's designed to showcase how apps can put their own spin on the Material Design components and how to use ScopedModel to maintain app state across screens. -#### [Flutter Gallery](gallery) _(Flutter team)_ +#### [Flutter Gallery](https://github.com/flutter/gallery) _(Flutter team)_ The official Flutter Gallery. There's tons of stuff in here. Just tons.