Skip to content

Commit d2a268b

Browse files
fix urls
1 parent c1f16dc commit d2a268b

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Thanks to all contributors involved, in particular
200200
[@davidski](https://github.com/davidski),
201201
[@IndrajeetPatil](https://github.com/IndrajeetPatil),
202202
[@pat-s](https://github.com/pat-s), and
203-
[@programming-wizard](https://github.com/programming-wizard).
203+
[@programming-wizard](https://github.com).
204204

205205
# styler 1.2.0
206206

@@ -325,7 +325,7 @@ else you can use styler functionality:
325325
frames with `drake::drake_plan_source()`.
326326

327327
* Adding styler as a fixer to the [ale
328-
Plug-in](https://github.com/w0rp/ale/pull/2401#issuecomment-485942966) for
328+
Plug-in](https://github.com/dense-analysis/ale/pull/2401) for
329329
VIM.
330330

331331
Thanks to all contributors involved, in particular

R/rules-line-breaks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ style_line_break_around_curly <- function(strict, pd) {
122122
#' With \{rlang\} version 0.4, a new syntactic sugar is introduced, the
123123
#' curly-curly operator. It interprets this code in a special way:
124124
#' `call(\{\{ x \}\})`. See this
125-
#' [blog post](https://www.tidyverse.org/articles/2019/06/rlang-0-4-0/)
125+
#' [blog post](https://www.tidyverse.org/blog/2019/06/rlang-0-4-0/)
126126
#' on the topic. Here, the curly-curly sugar is understood as two opening
127127
#' curly braces, followed by an expression followed by two closing curly braces,
128128
#' e.g. `\{\{1\}\}`. `\{\{1\} + 1\}` does not contain the curly-curly syntactic

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(
1818

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)
21-
[![Life cycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
21+
[![Life cycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
2222
[![codecov test coverage](https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg)](https://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 -->
@@ -68,4 +68,4 @@ The following online docs are available:
6868

6969
- [latest CRAN release](https://styler.r-lib.org).
7070

71-
- [GitHub development version](https://styler.r-lib.org/dev).
71+
- [GitHub development version](https://styler.r-lib.org/dev/).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![R build
99
status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
1010
[![Life cycle:
11-
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
11+
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1212
[![codecov test
1313
coverage](https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg)](https://codecov.io/gh/r-lib/styler)
1414
[![CRAN
@@ -56,4 +56,4 @@ The following online docs are available:
5656

5757
- [latest CRAN release](https://styler.r-lib.org).
5858

59-
- [GitHub development version](https://styler.r-lib.org/dev).
59+
- [GitHub development version](https://styler.r-lib.org/dev/).

man/set_line_break_around_curly_curly.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/customizing_styler.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `transformers` argument is, apart from the code to style, the key argument
4040
of functions such as `style_text()` and friends. By default, it is created via
4141
the `style` argument. The transformers are a named list of transformer functions
4242
and other arguments passed to styler. To use the default style guide of styler
43-
([the tidyverse style guide](http://style.tidyverse.org/)), call
43+
([the tidyverse style guide](https://style.tidyverse.org/)), call
4444
`tidyverse_style()` to get the list of the transformer functions. Let's quickly
4545
look at what those are.
4646

vignettes/third-party-integrations.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ styler functionality is available in other tools, most notably
4040
script.
4141

4242
* As a fixer to the [ale
43-
Plug-in](https://github.com/w0rp/ale/pull/2401#issuecomment-485942966) for
44-
VIM.
43+
Plug-in](https://github.com/dense-analysis/ale/pull/2401) for VIM.
4544

4645
* in the *format-all* command for Emacs in
4746
[emacs-format-all-the-code](https://github.com/lassik/emacs-format-all-the-code).

0 commit comments

Comments
 (0)