diff --git a/CHANGELOG.md b/CHANGELOG.md index 408428f6..cfa830c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +### Fixed +- Fixed links in the Landsat example in the collection-spec. + ## [v0.9.0-rc2] - 2020-02-12 ### Added diff --git a/collection-spec/examples/landsat-collection.json b/collection-spec/examples/landsat-collection.json index 0dd0ec39..0c9f9916 100644 --- a/collection-spec/examples/landsat-collection.json +++ b/collection-spec/examples/landsat-collection.json @@ -138,19 +138,19 @@ "links": [ { "rel": "self", - "href": "https://example.com/stac/collections/landsat-8-l1" + "href": "https://landsat-stac.s3.amazonaws.com/landsat-8-l1/catalog.json" }, { "rel": "parent", - "href": "https://example.com/stac" + "href": "https://landsat-stac.s3.amazonaws.com/catalog.json" }, { "rel": "root", - "href": "https://example.com/stac" + "href": "https://landsat-stac.s3.amazonaws.com/catalog.json" }, { "rel": "child", - "href": "https://example.com/stac/collections/landsat-8-l1/items" + "href": "https://landsat-stac.s3.amazonaws.com/landsat-8-l1/paths/catalog.json" } ] } diff --git a/collection-spec/examples/landsat-item.json b/collection-spec/examples/landsat-item.json index 76d377b7..97dc1967 100644 --- a/collection-spec/examples/landsat-item.json +++ b/collection-spec/examples/landsat-item.json @@ -167,15 +167,15 @@ "links": [ { "rel": "self", - "href": "https:///search?id=LC08_L1TP_107018_20181001_20181001_01_RT" + "href": "https://landsat-stac.s3.amazonaws.com/landsat-8-l1/107/018/2018-10-01/LC08_L1TP_107018_20181001_20181001_01_RT.json" }, { "rel": "parent", - "href": "https:///stac/collections/landsat-8-l1" + "href": "https://landsat-stac.s3.amazonaws.com/landsat-8-l1/107/018/catalog.json" }, { "rel": "root", - "href": "https:///stac" + "href": "https://landsat-stac.s3.amazonaws.com/catalog.json" } ] }