File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
5353
5454## Documentation
5555
56- Read the [ Tarantool documentation] ( tarantool-doc-data-model-url )
56+ Read the [ Tarantool documentation] [ tarantool-doc-data-model-url ]
5757to find descriptions of terms such as "connect", "space", "index", and the
5858requests to create and manipulate database objects or Lua functions.
5959
@@ -63,7 +63,7 @@ In general, connector methods can be divided into two main parts:
6363* Data manipulation functions and Lua invocations such as ` Insert() ` or ` Call() ` .
6464
6565The 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 ] .
6767There are also Typed and Async versions of each data-manipulation function.
6868
6969### API Reference
You can’t perform that action at this time.
0 commit comments