Skip to content

Commit ee7c36b

Browse files
authored
Remove redundant anchors (#2357)
1 parent 6b10e6c commit ee7c36b

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

doc/release/1.10.5.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ Replication
122122
- Apply replication settings of ``box.cfg({<...>})`` in the strict
123123
order (:tarantool-issue:`4433`).
124124

125-
.. _lua-1:
126-
127125
Lua
128126
~~~
129127

@@ -178,8 +176,6 @@ LuaJIT
178176

179177
asm_conv: Assertion \`((IRType)((ir->t).irt & IRT_TYPE)) != st’ failed
180178

181-
.. _misc-1:
182-
183179
Misc
184180
~~~~
185181

doc/release/2.3.1.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ Misc
291291
Bugs fixed
292292
----------
293293

294-
.. _sql-1:
295-
296294
SQL
297295
~~~
298296

doc/release/2021-08-releases.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ Raft
589589
``ER_READONLY`` (:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`,
590590
:tarantool-release:`2.10.0-beta1`, :tarantool-issue:`6127`).
591591

592-
.. _luajit-1:
593-
594592
LuaJIT
595593
~~~~~~
596594

@@ -608,8 +606,6 @@ LuaJIT
608606
- Fixed the VM register allocation order provided by LuaJIT frontend in case
609607
of ``BC_ISGE`` and ``BC_ISGT`` (:tarantool-issue:`6227`).
610608

611-
.. _lua-1:
612-
613609
Lua
614610
~~~
615611

@@ -632,8 +628,6 @@ Triggers
632628
possible crash in case someone destroys a trigger when it
633629
yields (:tarantool-issue:`6266`).
634630

635-
.. _sql-1:
636-
637631
SQL
638632
~~~
639633

doc/release/major-features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To keep track of the major features in each version of the Tarantool easier, you
6363
- Allow an :doc:`anonymous replica </reference/reference_lua/box_info/replication_anon>` to follow another anonymous replica (:tarantool-issue:`4696`)
6464

6565
* - 2.4.1
66-
- :ref:`UUID type for field and index <_index-box_uuid>` (:tarantool-issue:`4268`, :tarantool-issue:`2916`)
66+
- :ref:`UUID type for field and index <index-box_uuid>` (:tarantool-issue:`4268`, :tarantool-issue:`2916`)
6767

6868
* - 2.4.1
6969
- :doc:`popen </reference/reference_lua/popen>` built-in module (:tarantool-issue:`4031`)

0 commit comments

Comments
 (0)