From a8e10d9dc458cc1c5e0eaa20d381b0215b206dca Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 22 Mar 2026 14:36:35 -0700 Subject: [PATCH] fix(docs): broken link /configuration -> /gateway/configuration in manifest.md --- docs/plugins/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/manifest.md b/docs/plugins/manifest.md index 03bbd2bfb19..4e7ab9e90ab 100644 --- a/docs/plugins/manifest.md +++ b/docs/plugins/manifest.md @@ -213,7 +213,7 @@ If you are unsure where a piece of metadata belongs, use this rule: - If plugin config exists but the plugin is **disabled**, the config is kept and a **warning** is surfaced in Doctor + logs. -See [Configuration reference](/configuration) for the full `plugins.*` schema. +See [Configuration reference](/gateway/configuration) for the full `plugins.*` schema. ## Notes