Skip to content

Commit b23ac8d

Browse files
committed
docs: new URLs
1 parent f638423 commit b23ac8d

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Imports:
2121
rlang,
2222
usethis,
2323
withr
24-
URL: https://maelle.github.io/saperlipopette/, https://github.com/maelle/saperlipopette
25-
BugReports: https://github.com/maelle/saperlipopette/issues
24+
URL: https://docs.ropensci.org/saperlipopette/, https://github.com/ropensci-training/saperlipopette
25+
BugReports: https://github.com/ropensci-training/saperlipopette/issues
2626
Suggests:
2727
testthat (>= 3.0.0)
2828
Config/testthat/edition: 3

README.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ knitr::opts_chunk$set(
1616
# saperlipopette
1717

1818
<!-- badges: start -->
19-
[![R-CMD-check](https://github.com/maelle/saperlipopette/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/maelle/saperlipopette/actions/workflows/R-CMD-check.yaml)
20-
[![Codecov test coverage](https://codecov.io/gh/maelle/saperlipopette/graph/badge.svg)](https://app.codecov.io/gh/maelle/saperlipopette)
19+
[![R-CMD-check](https://github.com/ropensci-training/saperlipopette/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci-training/saperlipopette/actions/workflows/R-CMD-check.yaml)
20+
[![Codecov test coverage](https://codecov.io/gh/ropensci-training/saperlipopette/graph/badge.svg)](https://app.codecov.io/gh/ropensci-training/saperlipopette)
2121
<!-- badges: end -->
2222

2323
The goal of saperlipopette is to hold functions creating Git messes, that users
@@ -28,7 +28,7 @@ would then solve, to follow https://ohshitgit.com/.
2828
You can install the development version of saperlipopette like so:
2929

3030
``` r
31-
pak::pak("maelle/saperlipopette")
31+
pak::pak("ropensci-training/saperlipopette")
3232
```
3333

3434
You'll also need

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<!-- badges: start -->
77

8-
[![R-CMD-check](https://github.com/maelle/saperlipopette/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/maelle/saperlipopette/actions/workflows/R-CMD-check.yaml)
8+
[![R-CMD-check](https://github.com/ropensci-training/saperlipopette/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci-training/saperlipopette/actions/workflows/R-CMD-check.yaml)
99
[![Codecov test
10-
coverage](https://codecov.io/gh/maelle/saperlipopette/graph/badge.svg)](https://app.codecov.io/gh/maelle/saperlipopette)
10+
coverage](https://codecov.io/gh/ropensci-training/saperlipopette/graph/badge.svg)](https://app.codecov.io/gh/ropensci-training/saperlipopette)
1111
<!-- badges: end -->
1212

1313
The goal of saperlipopette is to hold functions creating Git messes,
@@ -18,7 +18,7 @@ that users would then solve, to follow <https://ohshitgit.com/>.
1818
You can install the development version of saperlipopette like so:
1919

2020
``` r
21-
pak::pak("maelle/saperlipopette")
21+
pak::pak("ropensci-training/saperlipopette")
2222
```
2323

2424
You’ll also need

_pkgdown.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
url: https://maelle.github.io/saperlipopette/
2-
template:
3-
bootstrap: 5
1+
url: https://docs.ropensci.org/saperlipopette/
42

53
reference:
64
- title: Exercises inspired from Oh shit Git!

man/saperlipopette-package.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)