Skip to content

Commit 2149727

Browse files
Connectors: cosmetics (#4219)
1 parent 1a39ddb commit 2149727

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

doc/book/connectors/c.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
C
44
=
55

6+
`tarantool-c <https://github.com/tarantool/tarantool-c>`__ is the official C connector for Tarantool.
7+
You can find the full library documentation here: `Documentation for tarantool-c <https://tarantool.github.io/tarantool-c/>`__.
8+
69
Here follow two examples of using Tarantool's high-level C API.
710

811
Example 1
@@ -72,7 +75,7 @@ If Tarantool is not running on localhost with listen address = 3301, the program
7275
will print “Connection refused”.
7376
If the insert fails, the program will print "Insert failed" and an error number
7477
(see all error codes in the source file
75-
`/src/box/errcode.h <https://github.com/tarantool/tarantool/blob/2.1/src/box/errcode.h>`__).
78+
`/src/box/errcode.h <https://github.com/tarantool/tarantool/blob/master/src/box/errcode.h>`__).
7679

7780
Here are notes corresponding to comments in the example program.
7881

doc/book/connectors/go.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
Go
44
==
55

6-
The following connectors are available:
6+
`go-tarantool <https://github.com/tarantool/go-tarantool>`__ is the official Go connector for Tarantool.
7+
It is not supplied as part of the Tarantool repository and should be installed separately.
8+
For a quick start with ``go-tarantool``, refer to this guide: :ref:`getting_started-go`.
79

8-
* Tarantool-supported `go-tarantool <https://github.com/tarantool/go-tarantool>`__
10+
There are also the following community-driven Go connectors:
911

10-
* Community-supported `viciious/go-tarantool <https://github.com/viciious/go-tarantool>`_
12+
* `viciious/go-tarantool <https://github.com/viciious/go-tarantool>`_
1113

12-
* Community-supported `FZambia/tarantool <https://github.com/FZambia/tarantool>`_.
14+
* `FZambia/tarantool <https://github.com/FZambia/tarantool>`_
15+
16+
The table below contains a feature comparison for the connectors mentioned above.
1317

1418
.. _go-feature-comparison:
1519

0 commit comments

Comments
 (0)