Skip to content

Commit e8c7faf

Browse files
fix urls
1 parent bc5f9e5 commit e8c7faf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ Thanks to all contributors involved, in particular
593593
[@tvatter](https://github.com/tvatter),
594594
[@wdearden](https://github.com/wdearden),
595595
[@wmayner](https://github.com/wmayner), and
596-
[@yech1990](https://github.com/yech1990).
596+
@yech1990.
597597

598598
# styler 1.1.0
599599

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ knitr::opts_chunk$set(
1919
<!-- badges: start -->
2020
[![R build status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
2121
[![Life cycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
22-
[![codecov test coverage](https://codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
22+
[![codecov test coverage](https://app.codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler)
2323
[![CRAN Status](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
2424
<!-- badges: end -->
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https:
1010
[![Life cycle:
1111
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1212
[![codecov test
13-
coverage](https://codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
13+
coverage](https://app.codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler)
1414
[![CRAN
1515
Status](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
1616
<!-- badges: end -->

vignettes/remove_rules.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want to change the behavior of styler to match your desired style, there
2222
are multiple ways:
2323

2424
- Use the tidyverse style guide, but not with the default options. Starting
25-
point for this approach is the [help file](http://styler.r-lib.org/reference/tidyverse_style.html) for
25+
point for this approach is the [help file](https://styler.r-lib.org/reference/tidyverse_style.html) for
2626
the function `tidyverse_style()`, which returns the transformer functions that
2727
prettify your code. Most of these options are explained in `vignette("styler")`.
2828

@@ -77,7 +77,7 @@ names(transformers)
7777
```
7878

7979
From the aforementioned
80-
[vignette](http://styler.r-lib.org/articles/customizing_styler.html):
80+
[vignette](https://styler.r-lib.org/articles/customizing_styler.html):
8181

8282
> We note that there are different types of transformer functions. initialize
8383
initializes some variables in the nested parse table (so it is not actually a
@@ -187,7 +187,7 @@ is code that will have the first empty line in the function body removed by styl
187187
`transformers$space$start_comments_with_space`
188188

189189
I think you get the idea. I nevertheless recommend using the [tidyverse style
190-
guide](http://style.tidyverse.org/) as is since
190+
guide](https://style.tidyverse.org/) as is since
191191

192192
- it is a well-established, thought-through style.
193193

0 commit comments

Comments
 (0)