diff --git a/doc/unordered/benchmarks.adoc b/doc/unordered/benchmarks.adoc index e61cecb4..ccea47d0 100644 --- a/doc/unordered/benchmarks.adoc +++ b/doc/unordered/benchmarks.adoc @@ -6,7 +6,7 @@ == boost::unordered_set -All benchmarks were created using `unordered_set` (non-duplicate) and `unordered_multiset` (duplicate). The source code can be https://github.com/joaquintides/boost_unordered_benchmarks/tree/boost_unordered_set[found here^]. +All benchmarks were created using `unordered_set` (non-duplicate) and `unordered_multiset` (duplicate). The source code can be https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_unordered_set[found here^]. The insertion benchmarks insert `n` random values, where `n` is between 10,000 and 3 million. For the duplicated benchmarks, the same random values are repeated an average of 5 times. @@ -286,7 +286,7 @@ All benchmarks were created using: * `boost::unordered_flat_map` * `boost::unordered_map` -The source code can be https://github.com/joaquintides/boost_unordered_benchmarks/tree/boost_unordered_flat_map[found here^]. +The source code can be https://github.com/boostorg/boost_unordered_benchmarks/tree/boost_unordered_flat_map[found here^]. The insertion benchmarks insert `n` random values, where `n` is between 10,000 and 10 million.