From 35cbf17c3dab44127c60b4320a4b7e2c89f59ba4 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 7 Jan 2025 16:19:07 -0500
Subject: [PATCH] [release/v1.11] Fix broken link in configure client (#3824)

(cherry picked from commit 26950d5cce3d5f70a87a5b91ea8de7a4bc8ac830)

Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
---
 docs/sources/configure-server/about-tenant-ids.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sources/configure-server/about-tenant-ids.md b/docs/sources/configure-server/about-tenant-ids.md
index 357df67b70..4269999919 100644
--- a/docs/sources/configure-server/about-tenant-ids.md
+++ b/docs/sources/configure-server/about-tenant-ids.md
@@ -14,7 +14,7 @@ Grafana Pyroscope is a multi-tenant system where tenants can query profiles that
 Within a Grafana Pyroscope cluster, the tenant ID is the unique identifier of a tenant.
 The query takes the tenant ID from the `X-Scope-OrgID` parameter that exists in the HTTP header of each request, for example `X-Scope-OrgID: <TENANT-ID>`.
 
-To push profiles to Pyroscope for a specific tenant, refer to [Configure the Client](https://grafana.com/docs/pyroscope/<PYROSCOPE_SERVER>/configure-client/).
+To push profiles to Pyroscope for a specific tenant, refer to [Configure the Client](https://grafana.com/docs/pyroscope/<PYROSCOPE_VERSION>/configure-client/).
 
 > By default, multi-tenancy is disabled, the tenant ID is ignored and all profiles are stored and retrieved with the same tenant (`anonymous`).
 >