@@ -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
2929The 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.
3131styler can be customized to format code according to other style guides too.
3232
3333## Installation
@@ -107,10 +107,10 @@ style_text(
107107
108108This was just the tip of the iceberg. Learn more about customization with the
109109tidyverse 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
111111not flexible enough for you, you can implement your own style guide, as
112112explained 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/ )
0 commit comments