diff --git a/ChangeLog.md b/ChangeLog.md
index be4421ab..4f79de49 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+#2.2.12
+ * Tidy up old references to coriolis.io
+
#2.2.11
* Add help system and initial help file
* Make absolute damage visible
diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx
index 24a08a08..4496d40d 100644
--- a/src/app/pages/ShipyardPage.jsx
+++ b/src/app/pages/ShipyardPage.jsx
@@ -251,7 +251,6 @@ export default class ShipyardPage extends Page {
return (
-
This is Coriolis EDCD Edition - a temporary clone of https://coriolis.io/ with added support for E:D 2.2. For more info see Settings / About
diff --git a/src/app/shipyard/Serializer.js b/src/app/shipyard/Serializer.js
index 0e60c305..c71122f0 100644
--- a/src/app/shipyard/Serializer.js
+++ b/src/app/shipyard/Serializer.js
@@ -90,7 +90,7 @@ export function toDetailedBuild(buildName, ship) {
code = ship.toString();
let data = {
- $schema: 'http://cdn.coriolis.io/schemas/ship-loadout/4.json#',
+ $schema: 'https://coriolis.edcd.io/schemas/ship-loadout/4.json#',
name: buildName,
ship: ship.name,
references: [{
diff --git a/src/images/logo/manifest.json b/src/images/logo/manifest.json
index 4d37503f..3c341b8a 100755
--- a/src/images/logo/manifest.json
+++ b/src/images/logo/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Coriolis.io",
+ "name": "Coriolis EDCD Edition",
"short_name": "Coriolis",
"icons": [
{
@@ -27,7 +27,7 @@
"density": "4.0"
}
],
- "start_url": "http:\/\/coriolis.io",
+ "start_url": "https:\/\/edcd.coriolis.io",
"display": "standalone",
"orientation": "portrait"
}
diff --git a/src/schemas/ship-loadout/1.json b/src/schemas/ship-loadout/1.json
index 6f448d56..375b233c 100644
--- a/src/schemas/ship-loadout/1.json
+++ b/src/schemas/ship-loadout/1.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
- "id": "http://cdn.coriolis.io/schemas/ship-loadout/1.json#",
+ "id": "https://coriolis.edcd.io/schemas/ship-loadout/1.json#",
"title": "Ship Loadout",
"type": "object",
"description": "The details for a specific ship build/loadout. DEPRECATED in favor of Version 3",
@@ -278,4 +278,4 @@
"standardRatings": { "enum": ["A", "B", "C", "D", "E"] },
"allRatings": { "enum": ["A", "B", "C", "D", "E", "F", "I" ] }
}
-}
\ No newline at end of file
+}
diff --git a/src/schemas/ship-loadout/2.json b/src/schemas/ship-loadout/2.json
index 9f83b370..e24d1651 100644
--- a/src/schemas/ship-loadout/2.json
+++ b/src/schemas/ship-loadout/2.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
- "id": "http://cdn.coriolis.io/schemas/ship-loadout/2.json#",
+ "id": "https://coriolis.edcd.io/schemas/ship-loadout/2.json#",
"title": "Ship Loadout",
"type": "object",
"description": "The details for a specific ship build/loadout. DEPRECATED in favor of Version 3",
diff --git a/src/schemas/ship-loadout/3.json b/src/schemas/ship-loadout/3.json
index 43c034d4..516d14db 100644
--- a/src/schemas/ship-loadout/3.json
+++ b/src/schemas/ship-loadout/3.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
- "id": "http://cdn.coriolis.io/schemas/ship-loadout/3.json#",
+ "id": "https://coriolis.edcd.io/schemas/ship-loadout/3.json#",
"title": "Ship Loadout",
"type": "object",
"description": "The details for a specific ship build/loadout",
diff --git a/src/schemas/ship-loadout/4.json b/src/schemas/ship-loadout/4.json
index a1c946ac..474d40d5 100644
--- a/src/schemas/ship-loadout/4.json
+++ b/src/schemas/ship-loadout/4.json
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
- "id": "http://cdn.coriolis.io/schemas/ship-loadout/4.json#",
+ "id": "https://coriolis.edcd.io/schemas/ship-loadout/4.json#",
"title": "Ship Loadout",
"type": "object",
"description": "The details for a specific ship build/loadout",