From 8596cf26eef503b9de9b3692e12460bb8d9cdadc Mon Sep 17 00:00:00 2001 From: YunShu Date: Sun, 6 Aug 2023 22:03:35 +0800 Subject: [PATCH] fix: fix broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027a4db..ee3321a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ func main() { ## Support for FilteredAdapter interface -You can [load a subset of policies](https://casbin.org/docs/en/policy-subset-loading) with this adapter: +You can [load a subset of policies](https://casbin.org/docs/policy-subset-loading) with this adapter: ```go package main