Skip to content

Commit d0fab64

Browse files
committed
Fix remaining Java API reference link
1 parent 69d21ee commit d0fab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/api-details/java/atlas/call-atlas-function-call-function-description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
To execute a function from the SDK, use the
22
:java-sdk:`getFunctions() <io/realm/mongodb/App.html#getFunctions(io.realm.mongodb.User)>`
33
method of the your :java-sdk:`App <io/realm/mongodb/App.html>`
4-
to retrieve a :java-sdk:`Functions manager <>`.
4+
to retrieve a :java-sdk:`Functions manager <io/realm/mongodb/functions/Functions.html>`.
55

66
Pass the name and parameters of the function you would like to call to
77
:java-sdk:`callFunction() <io/realm/mongodb/functions/Functions.html#callFunction(java.lang.String,java.util.List,java.lang.Class)>`

0 commit comments

Comments
 (0)