From 4b4db3dfb34711793b48a5fa086bccb0f3fd79c8 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 13 May 2023 10:00:35 +0200 Subject: [PATCH] fixed links --- doc/unordered/buckets.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/unordered/buckets.adoc b/doc/unordered/buckets.adoc index cf563f8c..74066392 100644 --- a/doc/unordered/buckets.adoc +++ b/doc/unordered/buckets.adoc @@ -250,7 +250,7 @@ A more detailed description of Boost.Unordered's closed-addressing implementatio given in an https://bannalia.blogspot.com/2022/06/advancing-state-of-art-for.html[external article]. For more information on implementation rationale, read the -xref:#rationale_boostunordered_multiset_and_boostunordered_multimap[corresponding section]. +xref:#rationale_closed_addressing_containers[corresponding section]. == Open Addressing Implementation @@ -312,4 +312,4 @@ A more detailed description of Boost.Unordered's open-addressing implementation given in an https://bannalia.blogspot.com/2022/11/inside-boostunorderedflatmap.html[external article]. For more information on implementation rationale, read the -xref:#rationale_boostunordered_flat_set_and_boostunordered_flat_map[corresponding section]. +xref:#rationale_open_addresing_containers[corresponding section].