diff --git a/docs/querying/remote_read_api.md b/docs/querying/remote_read_api.md index 1930e1fbae..66b54f9130 100644 --- a/docs/querying/remote_read_api.md +++ b/docs/querying/remote_read_api.md @@ -6,7 +6,7 @@ sort_rank: 7 NOTE: This is not currently considered part of the stable API and is subject to change even between non-major version releases of Prometheus. This API provides data read functionality from Prometheus. This interface expects [snappy](https://github.com/google/snappy) compression. -The API definition is located [here](https://github.com/prometheus/prometheus/blob/master/prompb/remote.proto). +The API definition is located [here](https://github.com/prometheus/prometheus/blob/main/prompb/remote.proto). Request are made to the following endpoint. ```