Skip to content

Commit 6c8c8ce

Browse files
Move the domain of ggplot2-exts to exts.ggplot2.tidyverse.org (#3920)
See ggplot2-exts/gallery#87
1 parent a637fbf commit 6c8c8ce

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
@@ -58,7 +58,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
5858

5959
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.
6060

61-
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/>.
61+
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/>.
6262

6363
## Learning ggplot2
6464

README.md

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

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

7070
## Learning ggplot2
7171

_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)