From f008729ac30cadef5bcbe13e9fc82d9756734d8d Mon Sep 17 00:00:00 2001 From: LeonSGP43 Date: Sat, 15 Aug 2026 12:19:16 +0800 Subject: [PATCH] docs(changelog): fix broken Metrics Reference link The Metrics Reference link in the 0.2.0 release notes points to docs/METRICS_REFERENCE.md, but the file now lives at docs/internal/metrics_reference.md. Update the relative link so it resolves again. Signed-off-by: LeonSGP43 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de81bbc1d..8324591d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -185,7 +185,7 @@ traffic that sits between client applications and LLM backends. `--list-models`), and `verify` / `launch --smoke` round-trip checks. - **Observability** — Prometheus `/metrics`, a JSON `/v1/stats` (`/v1/routing/stats` alias), and per-request cost/token/latency stats. See - [Metrics Reference](docs/METRICS_REFERENCE.md). + [Metrics Reference](docs/internal/metrics_reference.md). - **Python library** — `SwitchyardRecipes` (`passthrough_recipe`, `random_routing_recipe`, `cascade_recipe`, `deterministic_routing_recipe`, …) and typed `ChatRequest` / `ChatResponse` containers for in-process use.