Skip to content

Commit

Permalink
Revise web page file paths
Browse files Browse the repository at this point in the history
Paths changed recently with migration of old disease-ontology.org
pages to repository with DO-KB pages.
  • Loading branch information
allenbaron committed Jun 12, 2024
1 parent d56c9f6 commit 00d2124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/website_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ replace_html_counts <- function(DO_repo, svn_repo, page, reload = FALSE) {
page,
imports = file.path(
svn_repo,
"disease_ontology/templates/resources/DO_Imports.html"
"templates/disease_ontology/resources/DO_Imports.html"
),
slims = file.path(
svn_repo,
"disease_ontology/templates/resources/DO_Slims.html"
"templates/disease_ontology/resources/DO_Slims.html"
)
)
page_html <- readr::read_lines(page_path)
Expand Down

0 comments on commit 00d2124

Please sign in to comment.