Преглед на файлове

fix(docs): modify kmanager.yaml link

Signed-off-by: Swilder-M <poxiaobbs@gmail.com>
Swilder-M преди 2 години
родител
ревизия
36d337dfd2
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      docs/en_US/tutorials/deploy/openyurt_tutorial.md
  2. 1 1
      docs/zh_CN/tutorials/deploy/openyurt_tutorial.md

+ 1 - 1
docs/en_US/tutorials/deploy/openyurt_tutorial.md

@@ -203,7 +203,7 @@ $ curl http://192.168.2.143:9081
 
 
 ## Deploy the eKuiper dashboard to cloud
 ## Deploy the eKuiper dashboard to cloud
 
 
-We will deploy ekuiper dashboard in the cloud node by kubectl tool with [kmanager.yaml](./kmanager.yaml). In the
+We will deploy ekuiper dashboard in the cloud node by kubectl tool with [kmanager.yaml](https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/tutorials/deploy/kmanager.yaml). In the
 configuration file, we define a deployment and a service for eKuiper manager which is a web based UI. First, we need to
 configuration file, we define a deployment and a service for eKuiper manager which is a web based UI. First, we need to
 revise the manager docker tag to the correct version that matches the eKuiper version in line 21:
 revise the manager docker tag to the correct version that matches the eKuiper version in line 21:
 
 

+ 1 - 1
docs/zh_CN/tutorials/deploy/openyurt_tutorial.md

@@ -177,7 +177,7 @@ $ curl http://192.168.2.143:9081
 
 
 ## 将 eKuiper 仪表板部署到云端
 ## 将 eKuiper 仪表板部署到云端
 
 
-我们将使用 [kmanager.yaml](./kmanager.yaml) 和 kubectl 工具在云节点中部署 ekuiper 仪表板。 eKuiper manager 是一个基于 web
+我们将使用 [kmanager.yaml](https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/tutorials/deploy/kmanager.yaml) 和 kubectl 工具在云节点中部署 ekuiper 仪表板。 eKuiper manager 是一个基于 web
 的用户界面。在配置文件中,我们为eKuiper manager 定义了部署和服务。
 的用户界面。在配置文件中,我们为eKuiper manager 定义了部署和服务。
 
 
 首先,我们需要确保文件中使用的仪表盘版本跟 eKuiper 版本相匹配。打开并修改 kmanager.yaml 第21行,确保版本正确。
 首先,我们需要确保文件中使用的仪表盘版本跟 eKuiper 版本相匹配。打开并修改 kmanager.yaml 第21行,确保版本正确。