diff --git a/contributors.qmd b/contributors.qmd index 188a23e..a5942c4 100644 --- a/contributors.qmd +++ b/contributors.qmd @@ -52,7 +52,7 @@ In rare cases, the package may be in a subdirectory of a GitHub repo. In these c To add a dynamic 'R-multiverse' badge for package readme files, like the one above, copy the following markdown snippet, replacing 'pkgNAME' with the actual package name in both places it appears: ```{.md} -[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2F&pkgNAMEquery=%24.Version&label=R-multiverse)](https://community.r-multiverse.org/pkgNAME) +[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2FpkgNAME&query=%24.Version&label=r-multiverse)](https://community.r-multiverse.org/pkgNAME) ``` ## How to edit or remove packages