From 0a34f702aa8e482ec51677ab6a94eb824232eda9 Mon Sep 17 00:00:00 2001
From: YunShu <YunShuEmail@foxmail.com>
Date: Sun, 6 Aug 2023 22:08:48 +0800
Subject: [PATCH] fix: fix broken links (#274)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3d92d088..b8cea7c9 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Casbin.js is a frontend port of a backend Casbin service, which facilitates the
 
 ## Example
 
-We demonstrate the usage of Casbin.js with [a React app](https://github.com/casbin-js/examples/tree/master/react). View the code to see more details.
+We demonstrate the usage of Casbin.js with [a React app](https://github.com/casbin-js/examples/tree/master/src). View the code to see more details.
 
 
 You can use `manual` mode in Casbin.js, and set the permission whenever you wish.