Browse Source

fix: replace doc URL for extension function (#1985)

Signed-off-by: Netpunk <2327994230@qq.com>
NetPunk 1 year ago
parent
commit
ed556f32cf

+ 2 - 2
extensions/functions/accumulateWordCount/accumulateWordCount.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-			"en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+			"en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
 		},
 		"description": {
 			"en_US": "",

+ 2 - 2
extensions/functions/countPlusOne/countPlusOne.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-			"en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+			"en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
 		},
 		"description": {
 			"en_US": "",

+ 2 - 2
extensions/functions/echo/echo.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-          "en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+			"en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
         },
 		"description": {
 			"en_US": "",

+ 2 - 2
extensions/functions/geohash/geohash.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-          "en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+          "en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
         },
 		"description": {
 			"en_US": "",

+ 2 - 2
extensions/functions/image/image.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-          "en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+          "en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
         },
 		"description": {
 			"en_US": "",

+ 2 - 2
extensions/functions/labelImage/labelImage.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-          "en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+          "en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+          "zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
         },
 		"description": {
 			"en_US": "Example plugin to demonstrate inferring Tensorflow lite model to label an image",

+ 2 - 2
extensions/functions/tfLite/tfLite.json

@@ -8,8 +8,8 @@
 			"website": "https://www.emqx.io"
 		},
 		"helpUrl": {
-			"en_US": "https://ekuiper.org/docs/en/latest/sqls/custom_functions.html",
-			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/custom_functions.html"
+			"en_US": "https://ekuiper.org/docs/en/latest/sqls/functions/custom_functions.html",
+			"zh_CN": "https://ekuiper.org/docs/zh/latest/sqls/functions/custom_functions.html"
 		},
 		"description": {
 			"en_US": "General Tensorflow lite plugin which can infer any tflite model dynamically",