From 835e33670410a455718fd8eedf6728be45d74281 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Tue, 15 Oct 2024 11:13:56 -0500 Subject: [PATCH] Use https URLs to badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bcc4fe..930781d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > High Performance CommonMark and Github Markdown Rendering in R -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/commonmark)](https://cran.r-project.org/package=commonmark) -[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/commonmark)](https://cran.r-project.org/package=commonmark) +[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/commonmark)](https://cran.r-project.org/package=commonmark) +[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/commonmark)](https://cran.r-project.org/package=commonmark) The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting