Skip to content

Commit 63c5082

Browse files
committed
update urls in examples
1 parent b5c2fba commit 63c5082

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/catalog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
}
2525
],
2626
"stac_extensions": [
27-
"https://raw.githubusercontent.com/Healy-Hyperspatial/merkle-tree-stac-extension/refs/heads/main/json-schema/schema.json"
27+
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
2828
]
2929
}

examples/collection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://raw.githubusercontent.com/Healy-Hyperspatial/merkle-tree-stac-extension/refs/heads/main/json-schema/schema.json"
4+
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
55
],
66
"type": "Collection",
77
"id": "collection-123",

examples/item.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.1.0",
33
"stac_extensions": [
4-
"https://raw.githubusercontent.com/Healy-Hyperspatial/merkle-tree-stac-extension/refs/heads/main/json-schema/schema.json"
4+
"https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
55
],
66
"type": "Feature",
77
"id": "item-123",

0 commit comments

Comments
 (0)