Skip to content

Commit 9c9adf1

Browse files
authored
Update README.md
1 parent 0ee2091 commit 9c9adf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Couchbase allows you to create User Defined Functions (UDF) with Javascript to i
2020

2121
#### Importing the UDF in Couchbase
2222

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.
2424
- The UDFs can be defined using the `add function` in the Couchbase Query Workbench under the UDF pane as a library.
2525

2626
#### Testing the UDF in Couchbase
@@ -70,7 +70,7 @@ Couchbase Analytics supports creating custom User Defined Functions using Python
7070

7171
#### Testing the UDF
7272

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).
7474

7575
`$ python test_distance_library.py`
7676

0 commit comments

Comments
 (0)