Skip to content

Commit

Permalink
Update PMC URL stem -- changed by NCBI
Browse files Browse the repository at this point in the history
Old PMC URLs started returning 404 errors. Also includes update
in test for append_to_url().

Tests: PASS
  • Loading branch information
allenbaron committed Nov 2, 2024
1 parent 5c33453 commit 178b760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/url.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ get_url <- function(.name) {
github = "https://github.com/",
orcid = "https://orcid.org/",
pubmed = "https://pubmed.ncbi.nlm.nih.gov/",
pmc = "https://www.ncbi.nlm.nih.gov/pmc/"
pmc = "https://pmc.ncbi.nlm.nih.gov/articles/"
),
xref_urls = c(
# GARD = "https://rarediseases.info.nih.gov/diseases/{LUI}/index", # requires glue spec, exclude for now
Expand Down

0 comments on commit 178b760

Please sign in to comment.