Merge pull request #20037 from taosdata/docs/dingbo/fixlink-udf
docs: fix broken link
This commit is contained in:
commit
a860f6ca66
|
@ -41,7 +41,7 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [
|
||||||
```sql
|
```sql
|
||||||
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 8;
|
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 8;
|
||||||
```
|
```
|
||||||
For more information about user-defined functions, see [User-Defined Functions](../../develop/udf).
|
For more information about user-defined functions, see [User-Defined Functions](/develop/udf).
|
||||||
|
|
||||||
## Manage UDF
|
## Manage UDF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue