Skip to content

Commit 1edd611

Browse files
authored
Use https URLs to badges (#34)
1 parent 5d554f6 commit 1edd611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> High Performance CommonMark and Github Markdown Rendering in R
44
5-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/commonmark)](https://cran.r-project.org/package=commonmark)
6-
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/commonmark)](https://cran.r-project.org/package=commonmark)
5+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/commonmark)](https://cran.r-project.org/package=commonmark)
6+
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/commonmark)](https://cran.r-project.org/package=commonmark)
77

88
The CommonMark specification defines a rationalized version of markdown
99
syntax. This package uses the 'cmark' reference implementation for converting

0 commit comments

Comments
 (0)