Skip to content

Commit aa15da4

Browse files
committed
http -> https, closes #550
1 parent dd1ccdd commit aa15da4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Status](https://ci.appveyor.com/api/projects/status/github/r-lib/styler?branch=m
2323
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
2424
[![codecov](https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
2525
[![cran
26-
version](http://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
26+
version](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
2727

2828

2929
The goal of styler is to provide non-invasive pretty-printing of R source code
30-
while adhering to the [tidyverse](http://style.tidyverse.org) formatting rules.
30+
while adhering to the [tidyverse](https://style.tidyverse.org) formatting rules.
3131
styler can be customized to format code according to other style guides too.
3232

3333
## Installation
@@ -107,10 +107,10 @@ style_text(
107107

108108
This was just the tip of the iceberg. Learn more about customization with the
109109
tidyverse style guide in in this
110-
[vignette](http://styler.r-lib.org/articles/introducing_styler.html). If this is
110+
[vignette](https://styler.r-lib.org/articles/introducing_styler.html). If this is
111111
not flexible enough for you, you can implement your own style guide, as
112112
explained in the corresponding
113-
[vignette](http://styler.r-lib.org/articles/customizing_styler.html).
113+
[vignette](https://styler.r-lib.org/articles/customizing_styler.html).
114114

115115
## Adaption of styler
116116

@@ -137,7 +137,7 @@ styler functionality is made available through other packages, most notably
137137

138138
## Further resources
139139

140-
* The official [web documentation](http://styler.r-lib.org/) of styler,
140+
* The official [web documentation](https://styler.r-lib.org/) of styler,
141141
containing various vignettes function documentation as well as a change-log.
142142
* [Blog
143143
post](https://lorenzwalthert.netlify.com/post/customizing-styler-the-quick-way/)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Status](https://ci.appveyor.com/api/projects/status/github/r-lib/styler?branch=m
1010
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
1111
[![codecov](https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
1212
[![cran
13-
version](http://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
13+
version](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
1414

1515
The goal of styler is to provide non-invasive pretty-printing of R
1616
source code while adhering to the
17-
[tidyverse](http://style.tidyverse.org) formatting rules. styler can be
17+
[tidyverse](https://style.tidyverse.org) formatting rules. styler can be
1818
customized to format code according to other style guides too.
1919

2020
## Installation
@@ -101,10 +101,10 @@ style_text(
101101

102102
This was just the tip of the iceberg. Learn more about customization
103103
with the tidyverse style guide in in this
104-
[vignette](http://styler.r-lib.org/articles/introducing_styler.html). If
104+
[vignette](https://styler.r-lib.org/articles/introducing_styler.html). If
105105
this is not flexible enough for you, you can implement your own style
106106
guide, as explained in the corresponding
107-
[vignette](http://styler.r-lib.org/articles/customizing_styler.html).
107+
[vignette](https://styler.r-lib.org/articles/customizing_styler.html).
108108

109109
## Adaption of styler
110110

@@ -133,7 +133,7 @@ notably
133133

134134
## Further resources
135135

136-
- The official [web documentation](http://styler.r-lib.org/) of
136+
- The official [web documentation](https://styler.r-lib.org/) of
137137
styler, containing various vignettes function documentation as well
138138
as a change-log.
139139
- [Blog

0 commit comments

Comments
 (0)