From 88f1805ddbf7fbd55fbbf0332c10c7bc292428b7 Mon Sep 17 00:00:00 2001 From: YunShu Date: Tue, 8 Aug 2023 13:45:45 +0800 Subject: [PATCH] fix: fix broken links (#47) --- 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