Skip to content

Commit cb0b3f8

Browse files
committed
Fix URLs and use HTTPS
1 parent f527e6a commit cb0b3f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors@R: c(
88
person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"),
99
person("Gregory", "Vandenbrouck", role = "aut"),
1010
person("Marcus", "Geelnard", role = c("aut", "cph"),
11-
comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/"),
11+
comment = "TinyThread library, https://tinythreadpp.bitsnbites.eu/"),
1212
person(family = "RStudio", role = "cph"),
1313
person(family = "Intel", role = c("aut", "cph"),
1414
comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
@@ -26,7 +26,7 @@ Suggests:
2626
rmarkdown
2727
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe, Solaris: g++ is required
2828
License: GPL (>= 2)
29-
URL: http://rcppcore.github.io/RcppParallel, https://github.com/RcppCore/RcppParallel
29+
URL: https://rcppcore.github.io/RcppParallel/, https://github.com/RcppCore/RcppParallel
3030
BugReports: https://github.com/RcppCore/RcppParallel/issues
3131
Biarch: TRUE
3232
Collate:

man/RcppParallel-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Blocks). On other platforms a less-performant fallback implementation based on the
1616
TinyThread library is used.
1717

18-
For additional documentation see the package website at: \href{http://rcppcore.github.io/RcppParallel}{http://rcppcore.github.io/RcppParallel}.
18+
For additional documentation see the package website at: \href{https://rcppcore.github.io/RcppParallel/}{https://rcppcore.github.io/RcppParallel/}.
1919
}
2020

2121
\author{

0 commit comments

Comments
 (0)