Skip to content

Commit 0fb0606

Browse files
committed
Fix link
1 parent d1234f5 commit 0fb0606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/box_space/_schema.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ box.space._schema
1515
* ``replicaset_name`` (since :doc:`3.0.0 <release/3.0.0>`): the name of a replica set to which this instance belongs.
1616
* ``replicaset_uuid`` (since :doc:`3.0.0 <release/3.0.0>`): the instance's replica set UUID. In version :doc:`3.0.0 <release/3.0.0>`,
1717
the field was renamed from ``cluster`` to ``replicaset_uuid``.
18-
* ``max_id`` (deprecated since :doc:`2.11.1 <https://github.com/tarantool/tarantool/releases/tag/2.11.1>`__): the maximal space ID.
18+
* ``max_id`` (deprecated since `2.11.1 <https://github.com/tarantool/tarantool/releases/tag/2.11.1>`__): the maximal space ID.
1919
Use the :ref:`box.space._space.index[0]:max() <box_index-max>` function instead.
2020
* ``once...``: tuples that correspond to specific
2121
:ref:`box.once() <box-once>` blocks from the instance's

0 commit comments

Comments
 (0)