From 51da6daf58d7d4622994b6a80f9cbbefb3ebc0e3 Mon Sep 17 00:00:00 2001 From: Ivan K Date: Mon, 12 Jan 2026 22:18:35 +0300 Subject: [PATCH] Fix http -> https link that is now a redirect Found the following (possibly) invalid URLs: URL: http://stereopsis.com/radix.html (moved to https://stereopsis.com/radix.html) From: man/setkey.Rd man/setorder.Rd Status: 200 Message: OK --- man/setkey.Rd | 2 +- man/setorder.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/setkey.Rd b/man/setkey.Rd index 96e293fd28..f15373c94e 100644 --- a/man/setkey.Rd +++ b/man/setkey.Rd @@ -110,7 +110,7 @@ reference. \references{ \url{https://en.wikipedia.org/wiki/Radix_sort}\cr \url{https://en.wikipedia.org/wiki/Counting_sort}\cr - \url{http://stereopsis.com/radix.html}\cr + \url{https://stereopsis.com/radix.html}\cr \url{https://codercorner.com/RadixSortRevisited.htm}\cr \url{https://cran.r-project.org/package=bit64}\cr \url{https://github.com/Rdatatable/data.table/wiki/Presentations} diff --git a/man/setorder.Rd b/man/setorder.Rd index c810048d4e..b4a346cf18 100644 --- a/man/setorder.Rd +++ b/man/setorder.Rd @@ -113,7 +113,7 @@ If you require a copy, take a copy first (using \code{DT2 = copy(DT)}). See \references{ \url{https://en.wikipedia.org/wiki/Radix_sort}\cr \url{https://en.wikipedia.org/wiki/Counting_sort}\cr - \url{http://stereopsis.com/radix.html}\cr + \url{https://stereopsis.com/radix.html}\cr \url{https://codercorner.com/RadixSortRevisited.htm}\cr \url{https://medium.com/basecs/getting-to-the-root-of-sorting-with-radix-sort-f8e9240d4224} }