Skip to content

Commit 1af0de4

Browse files
committed
fix link to tarantool documentation
1 parent 3b7deff commit 1af0de4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For later Tarantool use version ``0.5.*`` connector version::
3131
You can also download zip archive, unpack it and run
3232
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3333

34-
::
34+
.. code-block:: console
3535
3636
$ python setup.py install
3737
@@ -51,7 +51,9 @@ For later Tarantool use ``master`` branch::
5151
What is Tarantool?
5252
------------------
5353

54-
`Tarantool`_ is a NoSQL database running inside a Lua program. It combines the network programming power of Node.JS with data persistency capabilities of Redis. It's open source, `BSD licensed`_.
54+
`Tarantool`_ is a NoSQL database running inside a Lua program. It combines the
55+
network programming power of Node.JS with data persistency capabilities of
56+
Redis. It's open source, `BSD licensed`_.
5557

5658
Features
5759
--------
@@ -66,7 +68,6 @@ Features
6668
* asynchronous master-master replication
6769
* authentication and access control
6870

69-
7071
See More
7172
^^^^^^^^
7273

@@ -80,7 +81,7 @@ See More
8081
.. _`Tarantool Database`:
8182
.. _`Tarantool Homepage`: http://tarantool.org
8283
.. _`Tarantool at Github`: https://github.com/tarantool/tarantool
83-
.. _`Tarantool User Guide`: http://tarantool.org/doc/user_guide.html
84+
.. _`Tarantool User Guide`: http://tarantool.org/doc/book/index.html
8485
.. _`Client-server protocol specification`: http://tarantool.org/doc/dev_guide/box-protocol.html
8586
.. _`Sophia`: http://sphia.org
8687
.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD

0 commit comments

Comments
 (0)