From 9e7716d799592322a81f5fb90ca7ef74b7f4a1d3 Mon Sep 17 00:00:00 2001 From: linpeilie Date: Wed, 16 Aug 2023 10:23:06 +0800 Subject: [PATCH] update docs --- docs/.vuepress/navbar/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index 2b66b3b..c5e3a12 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -4,6 +4,6 @@ export const zhNavbar = navbar([ "/", { text: "指南", icon: "api", link: "/guide/class-convert" }, { text: "更新日志", icon: "blog", link: "/release/log" }, - { text: "MapStruct中文文档", icon: 'read', link: "/mapstruct/1-5-3-Final"} + { text: "MapStruct中文文档", icon: 'read', link: "/mapstruct/1-5-5-Final"} ]);