From 3474fcc8da67aab7cbda73424bc57ac996bd6d6b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 30 Jan 2022 17:25:28 +0000 Subject: [PATCH] schemas/READMEs: Fix the 'horizons and odyssey' link It was 'correct' in the template, but that's a directory deeper. Some instances were still pointing at the wrong file. --- schemas/TEMPLATES/journalevent-README.md | 2 +- schemas/approachsettlement-README.md | 2 +- schemas/blackmarket-README.md | 4 ++-- schemas/codexentry-README.md | 4 ++-- schemas/commodity-README.md | 2 +- schemas/fssallbodiesfound-README.md | 2 +- schemas/fssdiscoveryscan-README.md | 2 +- schemas/navbeaconscan-README.md | 2 +- schemas/navroute-README.md | 2 +- schemas/outfitting-README.md | 2 +- schemas/scanbarycentre-README.md | 2 +- schemas/shipyard-README.md | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/schemas/TEMPLATES/journalevent-README.md b/schemas/TEMPLATES/journalevent-README.md index 82d08f7..f85fc86 100644 --- a/schemas/TEMPLATES/journalevent-README.md +++ b/schemas/TEMPLATES/journalevent-README.md @@ -103,7 +103,7 @@ value is what the name would have been in the source Journal data. ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. #### StarPos diff --git a/schemas/approachsettlement-README.md b/schemas/approachsettlement-README.md index a4852f6..9dfe6d1 100644 --- a/schemas/approachsettlement-README.md +++ b/schemas/approachsettlement-README.md @@ -21,7 +21,7 @@ The primary data source for this schema is the ED Journal event ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. #### StarSystem diff --git a/schemas/blackmarket-README.md b/schemas/blackmarket-README.md index f3079d6..c5a8eda 100644 --- a/schemas/blackmarket-README.md +++ b/schemas/blackmarket-README.md @@ -34,8 +34,8 @@ You MUST remove the following key/value pairs from the data: ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../README-EDDN-schemas.md#horizons-and-odyssey-flags) -in the main Schema documentation. +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) +in the Developers' documentation. #### systemName The star system name for where this market is. Use the `StarSystem` value diff --git a/schemas/codexentry-README.md b/schemas/codexentry-README.md index 1e4f6ea..cfef4d7 100644 --- a/schemas/codexentry-README.md +++ b/schemas/codexentry-README.md @@ -20,8 +20,8 @@ The primary data source for this schema is the ED Journal event `CodexEntry`. ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../README-EDDN-schemas.md#horizons-and-odyssey-flags) -in the main Schema documentation. +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) +in the Developers' documentation. #### StarPos You MUST add a `StarPos` array containing the system co-ordinates from the diff --git a/schemas/commodity-README.md b/schemas/commodity-README.md index 9e6a5ca..3e155b6 100644 --- a/schemas/commodity-README.md +++ b/schemas/commodity-README.md @@ -57,7 +57,7 @@ Remove not only the `Category_Localised` key:values, but also the ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. ### Using CAPI data diff --git a/schemas/fssallbodiesfound-README.md b/schemas/fssallbodiesfound-README.md index 059f26e..350a318 100644 --- a/schemas/fssallbodiesfound-README.md +++ b/schemas/fssallbodiesfound-README.md @@ -21,7 +21,7 @@ The primary data source for this schema is the ED Journal event ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. #### StarPos diff --git a/schemas/fssdiscoveryscan-README.md b/schemas/fssdiscoveryscan-README.md index db8db15..ba5a5eb 100644 --- a/schemas/fssdiscoveryscan-README.md +++ b/schemas/fssdiscoveryscan-README.md @@ -21,7 +21,7 @@ The primary data source for this schema is the ED Journal event ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. #### StarPos diff --git a/schemas/navbeaconscan-README.md b/schemas/navbeaconscan-README.md index b78ff36..39167a2 100644 --- a/schemas/navbeaconscan-README.md +++ b/schemas/navbeaconscan-README.md @@ -21,7 +21,7 @@ The primary data source for this schema is the ED Journal event ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. #### StarSystem diff --git a/schemas/navroute-README.md b/schemas/navroute-README.md index 050a778..703c794 100644 --- a/schemas/navroute-README.md +++ b/schemas/navroute-README.md @@ -28,6 +28,6 @@ separate file. ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. diff --git a/schemas/outfitting-README.md b/schemas/outfitting-README.md index 33406f6..e3e18bf 100644 --- a/schemas/outfitting-README.md +++ b/schemas/outfitting-README.md @@ -51,5 +51,5 @@ station. Namely: ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. diff --git a/schemas/scanbarycentre-README.md b/schemas/scanbarycentre-README.md index efe75c5..d7b5f01 100644 --- a/schemas/scanbarycentre-README.md +++ b/schemas/scanbarycentre-README.md @@ -24,7 +24,7 @@ senders SHOULD include any defined in the schema if it's in the source data. ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation. #### StarPos diff --git a/schemas/shipyard-README.md b/schemas/shipyard-README.md index bb69d84..b1f32d9 100644 --- a/schemas/shipyard-README.md +++ b/schemas/shipyard-README.md @@ -38,5 +38,5 @@ value is what the name would have been in the source Journal data. ### Augmentations #### horizons and odyssey flags -Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags) +Please read [horizons and odyssey flags](../docs/Developers.md#horizons-and-odyssey-flags) in the Developers' documentation.