Преглед изворни кода

fix(doc): fix wrong links

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang пре 2 година
родитељ
комит
2d3ccd1843

+ 1 - 1
docs/en_US/CONTRIBUTING.md

@@ -43,7 +43,7 @@ $ git checkout -b <my-branch> upstream/master
 
 Take GoLand as an example, developers can debug the code: 
 
-1. Debug the whole program. Make sure all directories mentioned in [Makefile](../../Makefile) build_prepare sections are created in your eKuiper root path. Add your breakpoints. Open `cmd/kuiperd/main.go`. In the main function, you'll find a green triangle in the ruler, click it and select debug. Then create your stream/rule that would run through your breakpoint, the debugger will pause there.
+1. Debug the whole program. Make sure all directories mentioned in [Makefile](https://github.com/lf-edge/ekuiper/blob/master/Makefile) build_prepare sections are created in your eKuiper root path. Add your breakpoints. Open `cmd/kuiperd/main.go`. In the main function, you'll find a green triangle in the ruler, click it and select debug. Then create your stream/rule that would run through your breakpoint, the debugger will pause there.
 2. To debug a small portion of code, we recommend writing a unit test and debug it. You can go to any test file and find the same green triangle to run in debug mode. For example, `pkg/cast/cast_test.go` TestMapConvert_Funcs can run as debug.
 
 #### Debug edgex code

+ 1 - 1
docs/en_US/guide/ai/tensorflow_lite.md

@@ -20,7 +20,7 @@ In this tutorial we will use the [sin](https://github.com/mattn/go-tflite/tree/m
 
 ### eKuiper Start up
 
-This tutorial uses the eKuiper Docker image `lfedge/ekuiper:1.8.0-slim` and the eKuiper manager Docker image `emqx/ekuiper-manager:1.8.0` released by the team to demonstrate. Please refer to [here]( https://hub.docker.com/r/emqx/ekuiper-manager) on how to use them.
+This tutorial uses the eKuiper Docker image `lfedge/ekuiper:1.8.0-slim` and the eKuiper manager Docker image `emqx/ekuiper-manager:1.8.0` released by the team to demonstrate. Please refer to [here](https://hub.docker.com/r/emqx/ekuiper-manager) on how to use them.
 
 ### TensorFlow Lite Plugin Download
 

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
docs/en_US/integrations/neuron/neuron_integration_tutorial.md


+ 1 - 1
docs/zh_CN/CONTRIBUTING.md

@@ -42,7 +42,7 @@ $ git checkout -b <my-branch> upstream/master
 
 以 GoLand 为例,开发者可以对代码进行调试。
 
-1. 调试整个程序。确保 [Makefile](../../Makefile) build_prepare 部分提到的所有目录都在你的eKuiper根路径中创建。添加你的断点。打开 `cmd/kuiperd/main.go` 。在主函数中,你会发现标尺上有一个绿色的三角形,点击它并选择调试。然后创建你的流/规则,让它运行到你的断点,调试器会在那里暂停。
+1. 调试整个程序。确保 [Makefile](https://github.com/lf-edge/ekuiper/blob/master/Makefile) build_prepare 部分提到的所有目录都在你的eKuiper根路径中创建。添加你的断点。打开 `cmd/kuiperd/main.go` 。在主函数中,你会发现标尺上有一个绿色的三角形,点击它并选择调试。然后创建你的流/规则,让它运行到你的断点,调试器会在那里暂停。
 2. 要调试一小部分代码,我们建议写一个单元测试并调试它。你可以到任何一个测试文件中,找到同样的绿色三角形,在调试模式下运行。例如,`pkg/cast/cast_test.go` TestMapConvert_Funcs 可以作为调试运行。
 
 #### 调试 edgex 代码

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
docs/zh_CN/integrations/neuron/neuron_integration_tutorial.md