File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ of any Go program.
53
53
54
54
## Documentation
55
55
56
- Read the [ Tarantool documentation] ( tarantool-doc-data-model-url )
56
+ Read the [ Tarantool documentation] [ tarantool-doc-data-model-url ]
57
57
to find descriptions of terms such as "connect", "space", "index", and the
58
58
requests to create and manipulate database objects or Lua functions.
59
59
@@ -63,7 +63,7 @@ In general, connector methods can be divided into two main parts:
63
63
* Data manipulation functions and Lua invocations such as ` Insert() ` or ` Call() ` .
64
64
65
65
The supported requests have parameters and results equivalent to requests in
66
- the [ Tarantool CRUD operations] ( tarantool-doc-box-space-url ) .
66
+ the [ Tarantool CRUD operations] [ tarantool-doc-box-space-url ] .
67
67
There are also Typed and Async versions of each data-manipulation function.
68
68
69
69
### API Reference
You can’t perform that action at this time.
0 commit comments