diff --git a/docs/content/pages/home.md b/docs/content/pages/home.md index 534cda0c..06196020 100644 --- a/docs/content/pages/home.md +++ b/docs/content/pages/home.md @@ -38,7 +38,7 @@ look something like this: ```json { "name": "Wetrock", - "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json", + "$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json", "starSystem": "SolarSystem", "Base": { "groundSize": 100, diff --git a/docs/content/pages/tutorials/dialogue.md b/docs/content/pages/tutorials/dialogue.md index 63a7fbb7..88647927 100644 --- a/docs/content/pages/tutorials/dialogue.md +++ b/docs/content/pages/tutorials/dialogue.md @@ -38,7 +38,7 @@ Here's an example dialogue XML: + xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/dialogue_schema.xsd"> EXAMPLE NPC diff --git a/docs/content/pages/tutorials/ship_log.md b/docs/content/pages/tutorials/ship_log.md index d1405eee..11e7a25d 100644 --- a/docs/content/pages/tutorials/ship_log.md +++ b/docs/content/pages/tutorials/ship_log.md @@ -62,7 +62,7 @@ navigate to ShipLogManager. + xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/shiplog_schema.xsd"> EXAMPLE_PLANET diff --git a/docs/content/pages/tutorials/star_system.md b/docs/content/pages/tutorials/star_system.md index 840daced..3fbb5cf5 100644 --- a/docs/content/pages/tutorials/star_system.md +++ b/docs/content/pages/tutorials/star_system.md @@ -18,7 +18,7 @@ A star system config file will look something like this: ```json { - "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/star_system_schema.json", + "$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/star_system_schema.json", "travelAudio": "assets/Travel.mp3", "Vessel": { "coords": { diff --git a/docs/content/pages/tutorials/translation.md b/docs/content/pages/tutorials/translation.md index a4702901..bfec8d09 100644 --- a/docs/content/pages/tutorials/translation.md +++ b/docs/content/pages/tutorials/translation.md @@ -15,7 +15,7 @@ Here's an example, for `russian.json`: ```json { - "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/translation_schema.json", + "$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/translation_schema.json", "DialogueDictionary" : { "Fred" : "Фред",