Skip to content

Commit f191e9e

Browse files
@context updated to W3C version (#89)
* @context uppdated.
1 parent cc8e751 commit f191e9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hydra_python_core/doc_writer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,7 @@ def __init__(self, code: int, id_: str = None, title: str = "", desc: str = "")
673673
def generate(self, status_type: str = "Status") -> Dict[str, Any]:
674674
"""Get as Python dict."""
675675
status = {
676-
"@context": ("https://raw.githubusercontent.com/HydraCG/Specifications"
677-
"/master/spec/latest/core/core.jsonld"),
676+
"@context": "https://www.w3.org/ns/hydra/core",
678677
"@type": status_type,
679678
"statusCode": self.code,
680679
"title": self.title,

0 commit comments

Comments
 (0)