You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Couchbase allows you to create User Defined Functions (UDF) with Javascript to i
20
20
21
21
#### Importing the UDF in Couchbase
22
22
23
-
- The Javascript [code](javascript-udf/distance.js)here can be imported directly using the `add function library` in the Couchbase Query Workbench under the UDF pane as a library.
23
+
- The Javascript [code](javascript-udf/distance.js) can be imported directly using the `add function library` in the Couchbase Query Workbench under the UDF pane as a library.
24
24
- The UDFs can be defined using the `add function` in the Couchbase Query Workbench under the UDF pane as a library.
25
25
26
26
#### Testing the UDF in Couchbase
@@ -70,7 +70,7 @@ Couchbase Analytics supports creating custom User Defined Functions using Python
70
70
71
71
#### Testing the UDF
72
72
73
-
- Run the test [code](analytics-udf/test_distance_library.py).
73
+
- Run the test [code](analytics-udf-python/distance-lib/test_distance_library.py).
0 commit comments