Przeglądaj źródła

doc: fix getting started url (#1660)

* Update plugins_tutorial.md

Signed-off-by: wonderl17 <809646531@qq.com>

* fix: getting started url

Signed-off-by: wonderl17 <809646531@qq.com>

---------

Signed-off-by: wonderl17 <809646531@qq.com>
wonderl17 2 lat temu
rodzic
commit
6c981c0ff8

+ 1 - 1
docs/en_US/extension/native/develop/plugins_tutorial.md

@@ -307,7 +307,7 @@ zip -o $PLUGIN_TARGET/sinks/mysql.zip $PLUGIN_TARGET/sinks/Mysql@v$VERSION.so
 
 #### Debug and run the plugin
 
-Run eKuiper in the local or **Develop** Docker, create streams and rules, set action of the rule to mysql, then users can test the customized mysql sink plugin. Please refer [eKuiper documentation](https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/getting_started.md) for the steps of creating streams and rules. The following provides a rule using the mysql plugin for reference.
+Run eKuiper in the local or **Develop** Docker, create streams and rules, set action of the rule to mysql, then users can test the customized mysql sink plugin. Please refer [eKuiper documentation](https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/getting_started/getting_started.md) for the steps of creating streams and rules. The following provides a rule using the mysql plugin for reference.
 ```
 {
   "id": "ruleTest",

+ 1 - 1
docs/zh_CN/extension/native/develop/plugins_tutorial.md

@@ -301,7 +301,7 @@ zip -o $PLUGIN_TARGET/sinks/mysql.zip $PLUGIN_TARGET/sinks/Mysql@v$VERSION.so
 
 ### 调试运行插件
 
-在本地或 **开发** Docker 中启动 eKuiper,创建流和规则,规则的 action 设置为 mysql 即可对自定义的 mysql sink 插件进行测试。创建流和规则的步骤请参考[ eKuiper 文档](https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/getting_started.md) 。以下提供一个使用了 mysql 插件的规则供参考。
+在本地或 **开发** Docker 中启动 eKuiper,创建流和规则,规则的 action 设置为 mysql 即可对自定义的 mysql sink 插件进行测试。创建流和规则的步骤请参考[ eKuiper 文档](https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/getting_started/getting_started.md) 。以下提供一个使用了 mysql 插件的规则供参考。
 ```
 {
   "id": "ruleTest",