From 485e742ee46518aeeeeaf8fe50e96853f900c680 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 6 Feb 2025 15:41:55 -0700 Subject: [PATCH] Update links to policy files --- docs/topics/policy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/topics/policy.md b/docs/topics/policy.md index 193fe7f6e..9155c2211 100644 --- a/docs/topics/policy.md +++ b/docs/topics/policy.md @@ -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