From 27198ad73312ecd010eda073fa1d84eed4768955 Mon Sep 17 00:00:00 2001 From: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> Date: Tue, 5 May 2020 23:35:59 +0200 Subject: [PATCH] Update Flutter Gallery link (#429) --- gallery/README.md | 2 +- web/samples_index/lib/src/samples.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/README.md b/gallery/README.md index 02635c9c6..d8725c247 100644 --- a/gallery/README.md +++ b/gallery/README.md @@ -4,4 +4,4 @@ https://github.com/flutter/gallery To see a compiled Gallery running in your browser, use this link: -https://flutter.github.io/gallery +https://gallery.flutter.dev diff --git a/web/samples_index/lib/src/samples.yaml b/web/samples_index/lib/src/samples.yaml index a6c745234..725fcbc04 100644 --- a/web/samples_index/lib/src/samples.yaml +++ b/web/samples_index/lib/src/samples.yaml @@ -13,7 +13,7 @@ samples: - url: images/gallery5.png alt: Shrine app screnshot source: https://github.com/flutter/gallery - web: https://flutter.github.io/gallery + web: https://gallery.flutter.dev description: > A collection of material design widgets, behaviors, and vignettes implemented with Flutter.