From d0a36ecb547d65e793798313d70754b64e8b1226 Mon Sep 17 00:00:00 2001 From: YunShu Date: Sun, 17 Sep 2023 18:01:58 +0800 Subject: [PATCH] docs: fix broken links (#48) --- pgexample/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgexample/main.go b/pgexample/main.go index 73bd359..1ab972c 100644 --- a/pgexample/main.go +++ b/pgexample/main.go @@ -26,7 +26,7 @@ func main() { // Load the policy from DB. e.LoadPolicy() - // Alternatively load a subset of policy as demonstrated at https://casbin.org/docs/en/policy-subset-loading + // Alternatively load a subset of policy as demonstrated at https://casbin.org/docs/policy-subset-loading/ // e.LoadFilteredPolicy(&pgadapter.Filter{ // P: []string{"", "data1"}, // G: []string{"alice"},