Skip to content

Commit b120cb1

Browse files
authored
Fixing Policy-Resolvers.md link
1 parent 8806629 commit b120cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ checks to.
99
You can create policies in your `src/Policy` directory. Policy classes don't
1010
have a common base class or interface they are expected to implement.
1111
Application classes are then 'resolved' to a matching policy class. See the
12-
[Policy Resolvers](../Policy-Resolvers.md) section for how policies can be
12+
[Policy Resolvers](../docs/Policy-Resolvers.md) section for how policies can be
1313
resolved.
1414

1515
Generally you'll want to put your policies in **src/Policy** and use the

0 commit comments

Comments
 (0)