Skip to content

Move the domain of ggplot2-exts to exts.ggplot2.tidyverse.org #3920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +

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.

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/>.
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/>.

## Learning ggplot2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ behaviour we will do them for compelling reasons.

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/>.
<https://exts.ggplot2.tidyverse.org/gallery/>.

## Learning ggplot2

Expand Down
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ home:
- text: Learn more
href: https://r4ds.had.co.nz/data-visualisation.html
- text: Extensions
href: https://www.ggplot2-exts.org/gallery/
href: https://exts.ggplot2.tidyverse.org/gallery/

reference:
- title: Plot basics
Expand Down Expand Up @@ -251,4 +251,4 @@ navbar:
href: news/index.html
extensions:
text: Extensions
href: https://www.ggplot2-exts.org/gallery/
href: https://exts.ggplot2.tidyverse.org/gallery/