Skip to content

Commit d60f133

Browse files
authored
Fix broken link in scales (#731)
1 parent 0bce2f2 commit d60f133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/blog/scales-1-4-0/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TODO:
3131
* [x] `usethis::use_tidy_thanks()`
3232
-->
3333

34-
We're stoked to announce the release of [scales]({https://scales.r-lib.org/}) 1.4.0.
34+
We're stoked to announce the release of [scales](https://scales.r-lib.org/) 1.4.0.
3535
scales is a package that provides much of the scaling logic that is used in ggplot2 to a general framework, along with utility functions for e.g. formatting labels or creating colour palettes.
3636

3737
You can install it from CRAN with:

content/blog/scales-1-4-0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TODO:
3333
* [x] [`usethis::use_tidy_thanks()`](https://usethis.r-lib.org/reference/use_tidy_thanks.html)
3434
-->
3535

36-
We're stoked to announce the release of [scales](%7Bhttps://scales.r-lib.org/%7D) 1.4.0. scales is a package that provides much of the scaling logic that is used in ggplot2 to a general framework, along with utility functions for e.g. formatting labels or creating colour palettes.
36+
We're stoked to announce the release of [scales](https://scales.r-lib.org/) 1.4.0. scales is a package that provides much of the scaling logic that is used in ggplot2 to a general framework, along with utility functions for e.g. formatting labels or creating colour palettes.
3737

3838
You can install it from CRAN with:
3939

0 commit comments

Comments
 (0)