diff --git a/docs/api/graphql/index.mdx b/docs/api/graphql/index.mdx
index 97c688dca..89da31f8d 100644
--- a/docs/api/graphql/index.mdx
+++ b/docs/api/graphql/index.mdx
@@ -8,7 +8,7 @@ The Sourcegraph GraphQL API supports the following types of queries:
 - Rich git-level metadata, including commits, branches, blame information, and file tree data
 - Repository and user metadata
 
-The API is under active development. Backwards compatibility will be maintained in most cases, and backwards-incompatible changes will be documented in the [changelog](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/CHANGELOG).
+The API is under active development. Backwards compatibility will be maintained in most cases.
 
 ## Quickstart