Skip to content

Commit

Permalink
docs: fix broken links (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking authored Sep 17, 2023
1 parent 88f1805 commit d0a36ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgexample/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit d0a36ec

Please sign in to comment.