Skip to content

Commit e396a2a

Browse files
authored
Fix link to Getting Started page (#124)
The current link goes to a page that doesn't exist
1 parent da84484 commit e396a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install.packages("piggyback", repos = c('https://ropensci.r-universe.dev', getOp
4949
remotes::install_github("ropensci/piggyback")
5050
```
5151
## Usage
52-
See [getting started vignette](https://docs.ropensci.org/piggyback/articles/intro.html)
52+
See [getting started vignette](https://docs.ropensci.org/piggyback/articles/piggyback.html)
5353
for a more comprehensive introduction.
5454

5555
Download data attached to a GitHub release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ remotes::install_github("ropensci/piggyback")
4646
## Usage
4747

4848
See [getting started
49-
vignette](https://docs.ropensci.org/piggyback/articles/intro.html) for a
49+
vignette](https://docs.ropensci.org/piggyback/articles/piggyback.html) for a
5050
more comprehensive introduction.
5151

5252
Download data attached to a GitHub release:

0 commit comments

Comments
 (0)