From 0fb698675c43259f80345e26d6654d39cc9feb2f Mon Sep 17 00:00:00 2001 From: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:47:58 +0200 Subject: [PATCH] docs: Direct link to remote read proto to the main branch Left over of the master->main branch rename. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> --- docs/querying/remote_read_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ```