From f9975c00d7d4007f0836eba75483a74c2e8bd6f3 Mon Sep 17 00:00:00 2001 From: Riskey <36894937+RiskeyL@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:37:05 +0800 Subject: [PATCH] fix the 404 link for the original conversation variable content (#590) Co-authored-by: Riskey --- docs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs.json b/docs.json index c545dcfa..19370c26 100644 --- a/docs.json +++ b/docs.json @@ -4142,6 +4142,18 @@ ] }, "redirects": [ + { + "source": "/en/guides/workflow/variables#conversation-variables", + "destination": "/en/use-dify/getting-started/key-concepts#variables" + }, + { + "source": "/zh-hans/guides/workflow/variables#会话变量", + "destination": "/zh/use-dify/getting-started/key-concepts#变量" + }, + { + "source": "/ja-jp/guides/workflow/variables#会話変数", + "destination": "/ja/use-dify/getting-started/key-concepts#変数" + }, { "source": "/en/guides/workflow/node/start", "destination": "/en/use-dify/getting-started/key-concepts#workflow"