Skip to content

Commit a5b585f

Browse files
committed
Use https in CRAN URLs
1 parent ad274c8 commit a5b585f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
# purrr <img src="man/figures/logo.png" align="right" />
1818

19-
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/purrr)](http://cran.r-project.org/package=purrr)
19+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/purrr)](https://cran.r-project.org/package=purrr)
2020
[![Build Status](https://travis-ci.org/tidyverse/purrr.svg?branch=master)](https://travis-ci.org/tidyverse/purrr)
2121
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/tidyverse/purrr?branch=master&svg=true)](https://ci.appveyor.com/project/tidyverse/purrr)
2222
[![Coverage Status](https://img.shields.io/codecov/c/github/tidyverse/purrr/master.svg)](https://codecov.io/github/tidyverse/purrr?branch=master)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# purrr <img src="man/figures/logo.png" align="right" />
55

6-
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/purrr)](http://cran.r-project.org/package=purrr)
6+
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/purrr)](https://cran.r-project.org/package=purrr)
77
[![Build
88
Status](https://travis-ci.org/tidyverse/purrr.svg?branch=master)](https://travis-ci.org/tidyverse/purrr)
99
[![AppVeyor Build

0 commit comments

Comments
 (0)