Skip to content

Commit f62fd7e

Browse files
committed
improve docs
1 parent 0477a13 commit f62fd7e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/.vuepress/sidebar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const enSidebar = sidebar({
7272
{
7373
text: "Feedback",
7474
icon: "rss",
75-
link: "https://ecosystem.vuejs.press/plugins/markdown/revealjs/demo.html",
75+
link: "https://github.com/hulo-lang/hulo/issues",
7676
},
7777
],
7878
"/blueprints/": [

src/.vuepress/sidebar/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const zhSidebar = sidebar({
7373
{
7474
text: "反馈",
7575
icon: "rss",
76-
link: "https://ecosystem.vuejs.press/plugins/markdown/revealjs/demo.html",
76+
link: "https://github.com/hulo-lang/hulo/issues",
7777
},
7878
],
7979
"/zh/blueprints/": [

src/zh/demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Demos
2+
title: 案例
33
icon: fa-solid fa-splotch
44
---
55

0 commit comments

Comments
 (0)