Skip to content

Commit a936d97

Browse files
committed
Fix moved URLs
1 parent b79c0e9 commit a936d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ cat(c("# ", paste(trimws(strsplit(title, "\n")[[1]]), collapse = " ")))
1515
```
1616

1717
[![check](https://github.com/randy3k/collections/actions/workflows/check.yaml/badge.svg)](https://github.com/randy3k/collections/actions/workflows/check.yaml)
18-
[![codecov](https://codecov.io/gh/randy3k/collections/branch/master/graph/badge.svg)](https://codecov.io/gh/randy3k/collections)
18+
[![codecov](https://app.codecov.io/gh/randy3k/collections/branch/master/graph/badge.svg)](https://app.codecov.io/gh/randy3k/collections)
1919
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/collections)](https://cran.r-project.org/package=collections)
2020
[![](https://cranlogs.r-pkg.org/badges/grand-total/collections)](https://cran.r-project.org/package=collections)
2121

2222
Github: [https://github.com/randy3k/collections](https://github.com/randy3k/collections)
2323

24-
Documentation: [https://randy3k.github.io/collections](https://randy3k.github.io/collections)
24+
Documentation: [https://randy3k.github.io/collections/](https://randy3k.github.io/collections/)
2525

2626
```{r results="asis", echo = FALSE, eval = TRUE}
2727
cat(d[colnames(d) == "Description"])

0 commit comments

Comments
 (0)