diff --git a/src/docs/reference/modules/Contents/README.md b/src/docs/reference/modules/Contents/README.md index 498cf8942a1..c0282081e72 100644 --- a/src/docs/reference/modules/Contents/README.md +++ b/src/docs/reference/modules/Contents/README.md @@ -135,7 +135,7 @@ The `OrchardCore.Contents` module provides RESTful API endpoints via [`ApiContro ### Useful modules and libraries -- We suggest you to read the docs about the [GraphQL module](https://docs.orchardcore.net/en/latest/reference/modules/Apis.GraphQL/), to be used for querying content items. +- We suggest you to read the docs about the [GraphQL module](../Apis.GraphQL/), to be used for querying content items. - There's a [Swagger module](https://github.com/OrchardCoreContrib/OrchardCoreContrib.Modules/blob/main/src/OrchardCoreContrib.Apis.Swagger/README.md) made by the community that allows you to create APIs documentation using Swagger. - Lombiq provide a [client library](https://github.com/Lombiq/Orchard-Core-API-Client) for communicating with the Orchard Core web APIs.