From 5ba8d25aacf2ea3c98a0c67a769d532734174da4 Mon Sep 17 00:00:00 2001 From: Fiodorov Andrei Date: Tue, 14 Dec 2021 10:55:02 +0100 Subject: [PATCH] update codesanbox url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe36dc..041d3d1 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ We've included some demos below to help provide more context on how to use this ### Basic -[Demo + Source](https://codesandbox.io/s/react-router-guards-basic-demo-0m48v) +[Demo + Source](https://codesandbox.io/s/react-router-guards-basic-demo-forked-83dkh) The basic demo showcases some basic functionality of route guard API with an auth example.