Skip to content

Commit

Permalink
Update links to policy files (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Feb 10, 2025
2 parents d45350f + 485e742 commit 7b63b8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/topics/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ This is especially important as in the future it will make it possible to implem
To understand the authorization process and how sessions are created, refer to the [authorization and sessions](./authorization.md) section.


[`register.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/register.rego
[`email.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/email.rego
[`password.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/password.rego
[`client_registration.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/client_registration.rego
[`authorization_grant.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/authorization_grant.rego
[`register.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/register.rego
[`email.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/email.rego
[`password.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/password.rego
[`client_registration.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/client_registration.rego
[`authorization_grant.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/authorization_grant.rego

0 comments on commit 7b63b8d

Please sign in to comment.