Skip to content

Commit b3acef8

Browse files
authored
Fix http -> https link that is now a redirect (#7588)
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
1 parent a325db9 commit b3acef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/setkey.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ reference.
110110
\references{
111111
\url{https://en.wikipedia.org/wiki/Radix_sort}\cr
112112
\url{https://en.wikipedia.org/wiki/Counting_sort}\cr
113-
\url{http://stereopsis.com/radix.html}\cr
113+
\url{https://stereopsis.com/radix.html}\cr
114114
\url{https://codercorner.com/RadixSortRevisited.htm}\cr
115115
\url{https://cran.r-project.org/package=bit64}\cr
116116
\url{https://github.com/Rdatatable/data.table/wiki/Presentations}

man/setorder.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ If you require a copy, take a copy first (using \code{DT2 = copy(DT)}). See
113113
\references{
114114
\url{https://en.wikipedia.org/wiki/Radix_sort}\cr
115115
\url{https://en.wikipedia.org/wiki/Counting_sort}\cr
116-
\url{http://stereopsis.com/radix.html}\cr
116+
\url{https://stereopsis.com/radix.html}\cr
117117
\url{https://codercorner.com/RadixSortRevisited.htm}\cr
118118
\url{https://medium.com/basecs/getting-to-the-root-of-sorting-with-radix-sort-f8e9240d4224}
119119
}

0 commit comments

Comments
 (0)