Skip to content

Commit 04254b3

Browse files
authored
Merge pull request #5568 from duffuniverse/fix-docs-link-in-authorization-scoping-guide
Fix docs link in the Authorization Scoping guide
2 parents 67e0d2a + bf9b9f1 commit 04254b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/authorization/scoping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ index: 4
1010

1111
_Scoping_ is a complementary consideration to authorization. Rather than checking "can this user see this thing?", scoping takes a list of items filters it to the subset which is appropriate for the current viewer and context.
1212

13-
For similar features, see [Pundit scopes](https://github.com/varvet/pundit#scopes) and [Cancan's `.accessible_by`](https://github.com/cancancommunity/cancancan/wiki/Fetching-Records).
13+
For similar features, see [Pundit scopes](https://github.com/varvet/pundit#scopes) and [Cancan's `.accessible_by`](https://github.com/CanCanCommunity/cancancan/blob/develop/docs/fetching_records.md).
1414

1515
## `scope:` option
1616

0 commit comments

Comments
 (0)