From eecca37566fb73b4b89ab62aad64749822c44e04 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Fri, 1 Oct 2021 20:56:47 +0700 Subject: [PATCH] Remove redundant anchors --- doc/release/1.10.5.rst | 4 ---- doc/release/2.3.1.rst | 2 -- doc/release/2021-08-releases.rst | 6 ------ doc/release/major-features.rst | 2 +- 4 files changed, 1 insertion(+), 13 deletions(-) diff --git a/doc/release/1.10.5.rst b/doc/release/1.10.5.rst index bae0cc6882..98c750a415 100644 --- a/doc/release/1.10.5.rst +++ b/doc/release/1.10.5.rst @@ -122,8 +122,6 @@ Replication - Apply replication settings of ``box.cfg({<...>})`` in the strict order (:tarantool-issue:`4433`). -.. _lua-1: - Lua ~~~ @@ -178,8 +176,6 @@ LuaJIT asm_conv: Assertion \`((IRType)((ir->t).irt & IRT_TYPE)) != st’ failed -.. _misc-1: - Misc ~~~~ diff --git a/doc/release/2.3.1.rst b/doc/release/2.3.1.rst index bfe69bae3d..45d6b18240 100644 --- a/doc/release/2.3.1.rst +++ b/doc/release/2.3.1.rst @@ -291,8 +291,6 @@ Misc Bugs fixed ---------- -.. _sql-1: - SQL ~~~ diff --git a/doc/release/2021-08-releases.rst b/doc/release/2021-08-releases.rst index c59cf3feee..de25fa70ef 100644 --- a/doc/release/2021-08-releases.rst +++ b/doc/release/2021-08-releases.rst @@ -589,8 +589,6 @@ Raft ``ER_READONLY`` (:tarantool-release:`2.8.2`, :tarantool-release:`2.7.3`, :tarantool-release:`2.10.0-beta1`, :tarantool-issue:`6127`). -.. _luajit-1: - LuaJIT ~~~~~~ @@ -608,8 +606,6 @@ LuaJIT - Fixed the VM register allocation order provided by LuaJIT frontend in case of ``BC_ISGE`` and ``BC_ISGT`` (:tarantool-issue:`6227`). -.. _lua-1: - Lua ~~~ @@ -632,8 +628,6 @@ Triggers possible crash in case someone destroys a trigger when it yields (:tarantool-issue:`6266`). -.. _sql-1: - SQL ~~~ diff --git a/doc/release/major-features.rst b/doc/release/major-features.rst index 23204c6f96..d37bd32cf3 100644 --- a/doc/release/major-features.rst +++ b/doc/release/major-features.rst @@ -63,7 +63,7 @@ To keep track of the major features in each version of the Tarantool easier, you - Allow an :doc:`anonymous replica ` to follow another anonymous replica (:tarantool-issue:`4696`) * - 2.4.1 - - :ref:`UUID type for field and index <_index-box_uuid>` (:tarantool-issue:`4268`, :tarantool-issue:`2916`) + - :ref:`UUID type for field and index ` (:tarantool-issue:`4268`, :tarantool-issue:`2916`) * - 2.4.1 - :doc:`popen ` built-in module (:tarantool-issue:`4031`)