From 1d6a8e571040a58f97de546e72910e8d3d8ed69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20M=C3=A4rz?= Date: Wed, 5 May 2021 10:20:03 +0200 Subject: [PATCH] Updated link to blog article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c494982..d103457 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Flutter platform search is an abstract implementation of the Flutter search delegate. It is a time saving way to implement a platform adaptive search. The example includes reference implementations for Android(Material), iOS(Cupertino) and Windows(FluentUI). -If you are looking for a guide on how to use it check out the blog article: [Flutter platform search](https://www.quickbirdstudios.de/blog/flutter-platform-search) +If you are looking for a guide on how to use it check out the blog article: [Flutter platform search](https://quickbirdstudios.com/blog/flutter-adaptive-search-widget/) ## Demo