From bcb4dd8d271a0157ea7cdd5eadf9254a027ee110 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 3 Jul 2026 11:39:45 +0200 Subject: [PATCH] docs link --- .../src/lib/components/assets/AssetGraph/pipelineTemplates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/assets/AssetGraph/pipelineTemplates.ts b/frontend/src/lib/components/assets/AssetGraph/pipelineTemplates.ts index 71a09318e6..63a90ef099 100644 --- a/frontend/src/lib/components/assets/AssetGraph/pipelineTemplates.ts +++ b/frontend/src/lib/components/assets/AssetGraph/pipelineTemplates.ts @@ -355,7 +355,7 @@ function header(ctx: TemplateContext): string { // link is the canonical reference once they want the details. A blank // line separates it from the parsed annotations above (`// pipeline`, // `// on …`) so the editor reads as "real annotations, then a hint". - const more = `${p} More: partitioned daily, freshness 1h, retry 3, tag heavy — https://www.windmill.dev/docs/pipelines/annotations` + const more = `${p} More: partitioned daily, freshness 1h, retry 3, tag heavy — https://www.windmill.dev/docs/core_concepts/pipelines` return [`${p} pipeline`, ...lines, ...matLine, ...macrosLine, '', more, ''].join('\n') }