Skip to content

Commit 10e9ea5

Browse files
committed
Fix URL redirects
1 parent 5328baf commit 10e9ea5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Description: Query the main 'R' 'SVN' repository to find the
1717
'R' versions and their release dates.
1818
License: MIT + file LICENSE
1919
URL: https://github.com/r-hub/rversions,
20-
https://r-hub.github.io/rversions
20+
https://r-hub.github.io/rversions/
2121
BugReports: https://github.com/r-hub/rversions/issues
2222
Imports:
2323
curl,

R/rversions-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @details The R version numbers and dates are extracted from the
2-
#' main R SVN repository at <http://svn.r-project.org/R/>.
2+
#' main R SVN repository at <https://svn.r-project.org/R/>.
33
#' @keywords internal
44
"_PACKAGE"
55

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ knitr::opts_chunk$set(
2020
<!-- badges: start -->
2121
[![Linux Build Status](https://travis-ci.org/r-hub/rversions.svg?branch=master)](https://travis-ci.org/r-hub/rversions)
2222
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/r-hub/rversions?svg=true)](https://ci.appveyor.com/project/gaborcsardi/rversions)
23-
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/rversions)](http://r-pkg.org/pkg/rversions)
24-
[![CRAN version](http://www.r-pkg.org/badges/version/rversions)](http://r-pkg.org/pkg/rversions)
23+
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/rversions)](https://r-pkg.org/pkg/rversions)
24+
[![CRAN version](https://www.r-pkg.org/badges/version/rversions)](https://r-pkg.org/pkg/rversions)
2525
[![CRAN checks](https://cranchecks.info/badges/summary/rversions)](https://cran.r-project.org/web/checks/check_results_rversions.html)
2626
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/r-hub/community)
2727
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
2828
<!-- badges: end -->
2929

3030
The R version numbers and dates are extracted from the
31-
main R SVN repository at http://svn.r-project.org/R/.
31+
main R SVN repository at https://svn.r-project.org/R/.
3232

3333
`rversions` is in particular useful for determining at any given moment what versions "R-release" and "R-oldrel" refer to. This is useful for e.g. [R-hub](https://docs.r-hub.io/).
3434

inst/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# rversions <a href='https://r-hub.github.io/rversions'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
4+
# rversions <a href='https://r-hub.github.io/rversions/'><img src='man/figures/logo.png' align="right" height="138.5" /></a>
55

66
> Past and present R versions
77
@@ -12,9 +12,9 @@ Status](https://travis-ci.org/r-hub/rversions.svg?branch=master)](https://travis
1212
[![Windows Build
1313
status](https://ci.appveyor.com/api/projects/status/github/r-hub/rversions?svg=true)](https://ci.appveyor.com/project/gaborcsardi/rversions)
1414
[![CRAN RStudio mirror
15-
downloads](http://cranlogs.r-pkg.org/badges/rversions)](http://r-pkg.org/pkg/rversions)
15+
downloads](https://cranlogs.r-pkg.org/badges/rversions)](https://r-pkg.org/pkg/rversions)
1616
[![CRAN
17-
version](http://www.r-pkg.org/badges/version/rversions)](http://r-pkg.org/pkg/rversions)
17+
version](https://www.r-pkg.org/badges/version/rversions)](https://r-pkg.org/pkg/rversions)
1818
[![CRAN
1919
checks](https://cranchecks.info/badges/summary/rversions)](https://cran.r-project.org/web/checks/check_results_rversions.html)
2020
[![Gitter
@@ -25,7 +25,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
2525
<!-- badges: end -->
2626

2727
The R version numbers and dates are extracted from the main R SVN
28-
repository at <http://svn.r-project.org/R/>.
28+
repository at <https://svn.r-project.org/R/>.
2929

3030
`rversions` is in particular useful for determining at any given moment
3131
what versions “R-release” and “R-oldrel” refer to. This is useful for

man/rversions-package.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)