From b08f06ca92fe5448de3eaa49fd1d018df8c65991 Mon Sep 17 00:00:00 2001 From: Ryan B <197610600+rb-kurrent@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:39:34 -0600 Subject: [PATCH] fix http-api samples to use relative version Don't use v5 http-api files for every code import. --- docs/.vuepress/lib/samples.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/lib/samples.ts b/docs/.vuepress/lib/samples.ts index bbfd62ec6..11fc877e3 100644 --- a/docs/.vuepress/lib/samples.ts +++ b/docs/.vuepress/lib/samples.ts @@ -44,7 +44,7 @@ export function resolveSamplesPath(src: string, srcCat: string | undefined) { }, "@httpapi": { "default": { - path: "server/v5/http-api", + path: "server/{version}/http-api", } }, "@grpc": {