Update rstudio.com links

Fixes #1158
This commit is contained in:
Hadley Wickham 2022-12-08 14:44:36 -06:00
parent 65eb7e8357
commit 5af95dd185
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ You'll need at least R 4.1.0 for this book.
### RStudio ### RStudio
RStudio is an integrated development environment, or IDE, for R programming. RStudio is an integrated development environment, or IDE, for R programming.
Download and install it from <https://www.rstudio.com/download>. Download and install it from <https://posit.co/download/rstudio-desktop/>.
RStudio is updated a couple of times a year. RStudio is updated a couple of times a year.
When a new version is available, RStudio will let you know. When a new version is available, RStudio will let you know.
It's a good idea to upgrade regularly so you can take advantage of the latest and greatest features. It's a good idea to upgrade regularly so you can take advantage of the latest and greatest features.

View File

@ -351,7 +351,7 @@ Then everything you need is in one place and cleanly separated from all the othe
Practice using it! Practice using it!
2. What other common mistakes will RStudio diagnostics report? 2. What other common mistakes will RStudio diagnostics report?
Read <https://support.rstudio.com/hc/en-us/articles/205753617-Code-Diagnostics> to find out. Read <https://support.posit.co/hc/en-us/articles/205753617-Code-Diagnostics> to find out.
## Summary ## Summary