Skip to content

Commit

Permalink
added missing slash from doi URL in database vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 23, 2024
1 parent 5133091 commit 32c3013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/database.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tbl <- lapply(db, function(x) {
pathogen = x$pathogen,
epi_dist = x$epi_dist,
url = paste0(
"<a href=\"https://doi.org", x$citation$doi, "\">", x$citation$doi, "</a>"
"<a href=\"https://doi.org/", x$citation$doi, "\">", x$citation$doi, "</a>"

Check warning on line 24 in vignettes/database.Rmd

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=vignettes/database.Rmd,line=24,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
)
)
})
Expand Down

0 comments on commit 32c3013

Please sign in to comment.