From fcbc437292733b96c45962140482bde6315be214 Mon Sep 17 00:00:00 2001 From: RiskeyL <7a8y@163.com> Date: Wed, 6 May 2026 10:24:00 +0800 Subject: [PATCH] fix: update README checkout example to release/1.14.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c942d3f..e81bcb247 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Our published documentation site only hosts the latest version of Dify. To view ```bash git clone https://github.com/langgenius/dify-docs.git cd dify-docs -git checkout release/1.14 # replace with the version you want +git checkout release/1.14.x # replace with the version you want npm i -g mintlify mintlify dev ```