Skip to content

Commit 4dffe37

Browse files
committed
remove old ext url
1 parent 625a03a commit 4dffe37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
5959

6060
ggplot2 is now over 10 years old and is used by hundreds of thousands of people to make millions of plots. That means, by-and-large, ggplot2 itself changes relatively little. When we do make changes, they will be generally to add new functions or arguments rather than changing the behaviour of existing functions, and if we do make changes to existing behaviour we will do them for compelling reasons.
6161

62-
If you are looking for innovation, look to ggplot2's rich ecosystem of extensions. See a community maintained list at <https://www.ggplot2-exts.org/gallery/>.
62+
If you are looking for innovation, look to ggplot2's rich ecosystem of extensions. See a community maintained list at <https://exts.ggplot2.tidyverse.org/gallery/>.
6363

6464
## Learning ggplot2
6565

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ behaviour we will do them for compelling reasons.
6767

6868
If you are looking for innovation, look to ggplot2’s rich ecosystem of
6969
extensions. See a community maintained list at
70-
<https://www.ggplot2-exts.org/gallery/>.
70+
<https://exts.ggplot2.tidyverse.org/gallery/>.
7171

7272
## Learning ggplot2
7373

_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ home:
1212
- text: Learn more
1313
href: https://r4ds.had.co.nz/data-visualisation.html
1414
- text: Extensions
15-
href: https://www.ggplot2-exts.org/gallery/
15+
href: https://exts.ggplot2.tidyverse.org/gallery/
1616

1717
reference:
1818
- title: Plot basics
@@ -251,4 +251,4 @@ navbar:
251251
href: news/index.html
252252
extensions:
253253
text: Extensions
254-
href: https://www.ggplot2-exts.org/gallery/
254+
href: https://exts.ggplot2.tidyverse.org/gallery/

0 commit comments

Comments
 (0)