-
Notifications
You must be signed in to change notification settings - Fork 26
chore: change rstudio/connectapi to posit-dev/connectapi #358
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,9 +8,9 @@ maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lif | |
| [](https://cran.r-project.org/package=connectapi) | ||
| [](https://app.codecov.io/gh/rstudio/connectapi?branch=main) | ||
| coverage](https://codecov.io/gh/posit-dev/connectapi/branch/main/graph/badge.svg)](https://app.codecov.io/gh/posit-dev/connectapi?branch=main) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above. CRAN will flag this as a bad link if we release with this in like this. (Though I've generally been removing the badge links from the readme when I submit packages to CRAN, it's not helpful on their version of the docs and they so often lead to URL check failures.) |
||
| [](https://github.com/rstudio/connectapi/actions) | ||
| status](https://github.com/posit-dev/connectapi/workflows/R-CMD-check/badge.svg)](https://github.com/posit-dev/connectapi/actions) | ||
| <!-- badges: end --> | ||
|
|
||
| # connectapi <img src='man/figures/logo.svg' align="right" height="139" /> | ||
|
|
@@ -32,7 +32,7 @@ install.packages("connectapi") | |
| To install the development version: | ||
|
|
||
| ``` r | ||
| remotes::install_github('rstudio/connectapi') | ||
| remotes::install_github('posit-dev/connectapi') | ||
| ``` | ||
|
|
||
| ## Client | ||
|
|
@@ -209,5 +209,5 @@ Please open an issue or PR! We would love to have your contribution! | |
|
|
||
| Please note that the connectapi project is released with a [Contributor | ||
| Code of | ||
| Conduct](https://pkgs.rstudio.com/connectapi/CODE_OF_CONDUCT.html). By | ||
| Conduct](https://posit-dev.github.io/connectapi/CODE_OF_CONDUCT.html). By | ||
| contributing to this project, you agree to abide by its terms. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| url: https://pkgs.rstudio.com/connectapi/ | ||
| url: https://posit-dev.github.io/connectapi/ | ||
|
|
||
| template: | ||
| bootstrap: 5 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like codecov needs a new token set up for the repo on posit-dev, or some other way to let them know that the repo has moved--this link doesn't work currently. I think you should be able to set this up but LMK if you can't.