Skip to content

Commit

Permalink
Update README.md after org swap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 authored Nov 5, 2024
1 parent 3783357 commit 17a3944
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Merkle Tree Extension Specification

- **Title:** Merkle Tree
- **Identifier:** <https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json>
- **Identifier:** <https://stacchain.github.io/merkle-tree/v1.0.0-beta.2/schema.json>
- **Field Name Prefix:** `merkle`
- **Scope:** Item, Collection, Catalog
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
Expand Down Expand Up @@ -152,7 +152,7 @@ The `merkle:hash_method` object provides details about the hash computation meth
],
"license": "proprietary",
"stac_extensions": [
"https://stac-extensions.github.io/merkle/v1.0.0/schema.json"
"https://stacchain.github.io/merkle/v1.0.0/schema.json"
]
}
```
Expand Down Expand Up @@ -183,7 +183,7 @@ The `merkle:hash_method` object provides details about the hash computation meth
}
],
"stac_extensions": [
"https://stac-extensions.github.io/merkle/v1.0.0/schema.json"
"https://stacchain.github.io/merkle/v1.0.0/schema.json"
]
}
```
Expand Down

0 comments on commit 17a3944

Please sign in to comment.