diff --git a/docs/overview/stability-index.md b/docs/overview/stability-index.md index 963b476aa2..a79bcd6e11 100644 --- a/docs/overview/stability-index.md +++ b/docs/overview/stability-index.md @@ -279,7 +279,7 @@ Integrates GraphiQL as a tool to browse GraphQL API endpoints inside Backstage. Stability: `1` -### `graphql` [GitHub](https://github.com/backstage/backstage/tree/master/plugins/graphql/) +### `graphql` [GitHub](https://github.com/backstage/backstage/tree/master/plugins/graphql-backend/) A backend plugin that provides diff --git a/plugins/catalog-graphql/README.md b/plugins/catalog-graphql/README.md index 911d4a401c..e05672e3a5 100644 --- a/plugins/catalog-graphql/README.md +++ b/plugins/catalog-graphql/README.md @@ -6,6 +6,6 @@ This is the Catalog GraphQL plugin. It provides the `catalog` part of the GraphQL schema. -To register it with the GraphQL backend, be sure to follow the [Getting Started](../graphql/README.md#getting-started) guide of the GraphQL plugin. +To register it with the GraphQL backend, be sure to follow the [Getting Started](../graphql-backend/README.md#getting-started) guide of the GraphQL plugin.