Skip to content

Commit 4682bb5

Browse files
authored
fix zeppelin links (#747)
1 parent 2e61fbe commit 4682bb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const zhSidebar = {
209209
text: '可视化分析',
210210
collapsible: true,
211211
children: [
212-
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
212+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
213213
{ text: 'Grafana', link: 'Grafana-Connector' },
214214
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
215215
{ text: 'DataEase', link: 'DataEase' },

src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const zhSidebar = {
220220
text: '可视化分析',
221221
collapsible: true,
222222
children: [
223-
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB' },
223+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
224224
{ text: 'Grafana', link: 'Grafana-Connector' },
225225
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
226226
{ text: 'DataEase', link: 'DataEase' },

0 commit comments

Comments
 (0)