Skip to content
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 .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Submit a bug report to help us improve ggplot2

### Tips for a helpful bug report:

* If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://community.rstudio.com/>.
* If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://forum.posit.co/>.

* Please include a **minimal reproducible example**, a reprex, to demonstrate the bug.
If you've never heard of a reprex, please read ["Make a reprex"](https://www.tidyverse.org/help/#reprex).
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Help or discussion
url: https://community.rstudio.com/
about: "Check out options for getting help on the RStudio Community."
url: https://forum.posit.co/
about: "Check out options for getting help on the Posit Community (formerly RStudio Community)."
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Suggest a change or new feature in ggplot2

### Tips for a helpful feature request:

* If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://community.rstudio.com/>.
* If you have a question, please don't use this form. Instead, ask on <https://stackoverflow.com/> or <https://forum.posit.co/>.

* See the [contributing guidelines](https://github.com/tidyverse/ggplot2/blob/main/CONTRIBUTING.md).

Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

random_tip <- function() {
tips <- c(
"RStudio Community is a great place to get help: https://forum.posit.co/c/tidyverse",
"Posit Community (formerly RStudio Community) is a great place to get help: https://forum.posit.co/c/tidyverse",
"Learn more about the underlying theory at https://ggplot2-book.org/",
"Keep up to date with changes at https://tidyverse.org/blog/",
"Use suppressPackageStartupMessages() to eliminate package startup messages",
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If you are new to ggplot2 you are better off starting with a systematic introduc

There are two main places to get help with ggplot2:

1. The [RStudio community][community] is a friendly place to ask any
1. The [Posit Community][community] (formerly RStudio Community) is a friendly place to ask any
questions about ggplot2.

1. [Stack Overflow][so] is a great source of answers to common ggplot2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ documentation pages. Currently, there are several good places to start:

There are two main places to get help with ggplot2:

1. The [RStudio community](https://forum.posit.co/) is a friendly place
to ask any questions about ggplot2.
1. The [Posit Community](https://forum.posit.co/) (formerly RStudio
Community) is a friendly place to ask any questions about ggplot2.

2. [Stack
Overflow](https://stackoverflow.com/questions/tagged/ggplot2?sort=frequent&pageSize=50)
Expand Down