Skip to content

Commit c03fc3f

Browse files
committed
Fix source links in pkgdown documentation
By providing the `repo` block with a link pointing to R-packages/covidcast/, pkgdown can build the correct URLs.
1 parent 64ee950 commit c03fc3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

R-packages/covidcast/_pkgdown.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ home:
99
- text: View the COVIDcast map
1010
href: https://covidcast.cmu.edu/
1111

12+
repo:
13+
url:
14+
home: https://github.com/cmu-delphi/covidcast/tree/main/R-packages/covidcast
15+
source: https://github.com/cmu-delphi/covidcast/blob/main/R-packages/covidcast/
16+
issue: https://github.com/cmu-delphi/covidcast/issues
17+
user: https://github.com/
18+
1219
reference:
1320
- title: Fetch data
1421
desc: Fetch signals and metadata from the COVIDcast API

0 commit comments

Comments
 (0)