diff --git a/R/nba_team_logo-data.R b/R/nba_team_logo-data.R
index d566ecf..4c2bf49 100644
--- a/R/nba_team_logo-data.R
+++ b/R/nba_team_logo-data.R
@@ -6,6 +6,6 @@
#' \item{\code{uri}}{character, Team logo URI}
#'}
#' @details Logos harvested from
-#' https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{team_short_name}.svg
+#' https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{{team_short_name}}.svg
#' @family data
"nba_team_logo"
diff --git a/man/nba_team_logo.Rd b/man/nba_team_logo.Rd
index 9ed5ac4..9b5ca84 100644
--- a/man/nba_team_logo.Rd
+++ b/man/nba_team_logo.Rd
@@ -19,7 +19,7 @@ NBA team logo URI
}
\details{
Logos harvested from
-https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{team_short_name}.svg
+https://i.cdn.turner.com/nba/nba/.element/img/4.0/global/logos/512x512/bg.white/svg/{{team_short_name}}.svg
}
\seealso{
Other data:
diff --git a/tests/README.md b/tests/README.md
index f08584d..a991686 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -85,7 +85,7 @@ Unit Test summary is created using the
| Field | Value | |
| :------- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Version | R version 4.3.1 (2023-06-16) | |
-| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true) |
+| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/yonicd/covrpage/blob/actions/inst/logo/gh.png?raw=true) |
| Running | Ubuntu 22.04.2 LTS | |
| Language | C | |
| Timezone | UTC | |
diff --git a/vignettes/tests_and_coverage.Rmd b/vignettes/tests_and_coverage.Rmd
index f20cd28..41a314f 100644
--- a/vignettes/tests_and_coverage.Rmd
+++ b/vignettes/tests_and_coverage.Rmd
@@ -100,7 +100,7 @@ Unit Test summary is created using the
| Field | Value | |
| :------- | :---------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Version | R version 4.2.2 (2022-10-31) | |
-| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/metrumresearchgroup/covrpage/blob/actions/inst/logo/gh.png?raw=true) |
+| Platform | x86\_64-pc-linux-gnu (64-bit) | ![](https://github.com/yonicd/covrpage/blob/actions/inst/logo/gh.png?raw=true) |
| Running | Ubuntu 22.04.1 LTS | |
| Language | C | |
| Timezone | UTC | |