From 018672a7dfe7c926a4981cbb93120580daf9d5cc Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Wed, 24 Jan 2024 06:24:18 -0700 Subject: [PATCH 1/2] docs: update client awareness link to more generic URL (#4379) Clicking the `client awareness` link on on https://www.apollographql.com/docs/router/managed-federation/client-awareness/ redirects to the Apollo Kotlin page when a more generic client awareness doc is more appropriate. Co-authored-by: Edward Huang <18322228+shorgi@users.noreply.github.com> --- docs/source/managed-federation/client-awareness.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/managed-federation/client-awareness.mdx b/docs/source/managed-federation/client-awareness.mdx index 606055ae91..633b467467 100644 --- a/docs/source/managed-federation/client-awareness.mdx +++ b/docs/source/managed-federation/client-awareness.mdx @@ -5,7 +5,7 @@ description: Configure client awareness in Apollo Router import { Link } from "gatsby"; -The Apollo Router supports [client awareness](/kotlin/advanced/client-awareness/) by default. If the client sets the headers `apollographql-client-name` and `apollographql-client-version` in its HTTP requests, Apollo Studio can separate the metrics and queries per client. +The Apollo Router supports [client awareness](/graphos/metrics/client-awareness/) by default. If the client sets the headers `apollographql-client-name` and `apollographql-client-version` in its HTTP requests, Apollo Studio can separate the metrics and queries per client. ## Overriding client awareness headers From c59f42984d05c8a12bdaf158ddc1dd3207d3895f Mon Sep 17 00:00:00 2001 From: Maria Elisabeth Schreiber Date: Thu, 1 Feb 2024 14:08:45 -0700 Subject: [PATCH 2/2] Update title --- docs/source/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config.json b/docs/source/config.json index 85820080da..12156af0c7 100644 --- a/docs/source/config.json +++ b/docs/source/config.json @@ -1,5 +1,5 @@ { - "title": "Router (self-hosted)", + "title": "Self-Hosted Router", "algoliaFilters": [ "docset:router" ],