Skip to content

Commit

Permalink
Fixed incorrect URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Mar 26, 2024
1 parent 3639ff5 commit fda11fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public boolean isAnonymousNode(IRI iri) {
// Load built-in context files as injected documents.
try {
this.addInjectedDoc(
"https://ww.phyloref.org/phyx.js/context/v1.0.0/phyx.json",
"https://www.phyloref.org/phyx.js/context/v1.0.0/phyx.json",
loadResourceFileAsString("context/phyx-context-v1.0.0.json"));
} catch (IOException e) {
logger.error("Could not load Phyx context v1.0.0: " + e);
Expand Down

0 comments on commit fda11fc

Please sign in to comment.