docs: fix broken link

This commit is contained in:
dingbo8128 2023-02-18 11:16:20 +08:00
parent 3bb5090be8
commit 3a8e19bd25
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [
```sql
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