docs: revert one relative link used in cloud docs
This commit is contained in:
parent
900d582e51
commit
704f752c84
|
@ -53,7 +53,7 @@ CREATE AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE output_type [
|
||||||
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 64;
|
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 64;
|
||||||
```
|
```
|
||||||
|
|
||||||
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