Skip to content

Commit 26950d5

Browse files
Fix broken link in configure client (#3823)
1 parent f9b116c commit 26950d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/configure-server/about-tenant-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Grafana Pyroscope is a multi-tenant system where tenants can query profiles that
1414
Within a Grafana Pyroscope cluster, the tenant ID is the unique identifier of a tenant.
1515
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>`.
1616

17-
To push profiles to Pyroscope for a specific tenant, refer to [Configure the Client](https://grafana.com/docs/pyroscope/<PYROSCOPE_SERVER>/configure-client/).
17+
To push profiles to Pyroscope for a specific tenant, refer to [Configure the Client](https://grafana.com/docs/pyroscope/<PYROSCOPE_VERSION>/configure-client/).
1818

1919
> By default, multi-tenancy is disabled, the tenant ID is ignored and all profiles are stored and retrieved with the same tenant (`anonymous`).
2020
>

0 commit comments

Comments
 (0)