Skip to content

Commit 37579a5

Browse files
committed
Fix console warnings
1 parent ecfb8fa commit 37579a5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

doc/concepts/coop_multitasking.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The sequence has one yield, at the end of the insert, caused by implicit commit;
191191

192192
* Engine = memtx.
193193

194-
.. code-block:: memtx
194+
.. code-block:: lua
195195
196196
box.begin()
197197
space1:get()
@@ -205,7 +205,7 @@ The sequence has one yield, at the end of the ``box.commit``, none of the insert
205205

206206
* Engine = vinyl.
207207

208-
.. code-block:: vinyl
208+
.. code-block:: lua
209209
210210
space:get()
211211
space:insert()
@@ -217,7 +217,7 @@ at commit.
217217

218218
* Engine = vinyl.
219219

220-
.. code-block:: vinyl
220+
.. code-block:: lua
221221
222222
box.begin()
223223
space1:get()

doc/concepts/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ For example, here's a Lua application that uses ``myfun()`` from
4040
end
4141
4242
Tarantool provides an `extensive library <https://www.tarantool.io/en/download/rocks>`_ of compatible modules.
43-
Install them using Tarantool's CLI utilities like :doc:`tarantoolctl </reference/tarantoolctl>`
44-
or :doc:`tt CLI </reference/tt_cli/index>`.
43+
Install them using Tarantool's CLI utilities like :ref:`tarantoolctl <tarantoolctl>`
44+
or :ref:`tt CLI <tt-cli>`.
4545
Some modules are also included in the Tarantool repository and can be installed
4646
via your operating system's package manager.
4747

doc/reference/tooling/tt_cli/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _tt-cli:
2+
13
tt CLI utility
24
==============
35

@@ -6,7 +8,7 @@ Tarantool-based applications. It covers a wide range of tasks -- from installing
68
a specific Tarantool version to managing remote instances and developing applications.
79

810
A multi-purpose tool for working with Tarantool from the command line, ``tt`` is
9-
a potential replacement for :doc:`tarantoolctl </reference/tarantoolctl>`
11+
a potential replacement for :ref:`tarantoolctl <tarantoolctl>`
1012
and :doc:`Cartridge CLI </book/cartridge/cartridge_cli/index>`.
1113

1214
.. warning::

0 commit comments

Comments
 (0)