Skip to content

Commit 416c647

Browse files
committed
readme: fix broken links
Follows up #123
1 parent 1d06618 commit 416c647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff 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]
5757
to find descriptions of terms such as "connect", "space", "index", and the
5858
requests 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

6565
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].
6767
There are also Typed and Async versions of each data-manipulation function.
6868

6969
### API Reference

0 commit comments

Comments
 (0)