diff --git a/src/main/java/org/phyloref/jphyloref/helpers/JSONLDHelper.java b/src/main/java/org/phyloref/jphyloref/helpers/JSONLDHelper.java index 59d3669..3902fbe 100644 --- a/src/main/java/org/phyloref/jphyloref/helpers/JSONLDHelper.java +++ b/src/main/java/org/phyloref/jphyloref/helpers/JSONLDHelper.java @@ -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);