From 49824049fd67c58761784908ea09442836ed9512 Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Wed, 9 Mar 2022 21:57:20 +0800 Subject: [PATCH] =?UTF-8?q?#1=20spring=20=E5=85=A8=E5=AE=B6=E6=A1=B6?= =?UTF-8?q?=E5=87=BA=E7=89=88=E4=B8=8A=E7=BA=BF=EF=BC=9A=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 39045cd..db74f20 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -925,7 +925,7 @@ module.exports = { sidebarDepth: 2, collapsable: false, children: [ - "/spring-web-flow/spring-web-service.md", + "/spring-web-services/spring-web-service.md", ], initialOpenGroupIndex: 0 // 可选的, 默认值是 0 } -- GitLab