Move the remaining mentions of matrix-org to element-hq

This commit is contained in:
Quentin Gliech
2024-09-05 15:59:02 +02:00
parent c0f98e3de7
commit 9e1cd0cdec
14 changed files with 22 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ MAS uses an internal GraphQL API which is used by the self-service user interfac
The endpoint for this API can be discovered through the OpenID Connect discovery document, under the `org.matrix.matrix-authentication-service.graphql_endpoint` key.
Though it is usually hosted at `https://<mas-host>/graphql`.
GraphQL uses [a self-describing schema](https://github.com/matrix-org/matrix-authentication-service/blob/main/frontend/schema.graphql), which means that the API can be explored in tools like the GraphQL Playground.
GraphQL uses [a self-describing schema](https://github.com/element-hq/matrix-authentication-service/blob/main/frontend/schema.graphql), which means that the API can be explored in tools like the GraphQL Playground.
If enabled, MAS hosts an instance of the playground at `https://<mas-host>/graphql/playground`.
## Authorization