Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links #98

Merged
merged 1 commit into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STAC API - Core Specification

- **Conformance URI:** <https://api.stacspec.org/v1.0.0-beta.1/core> ([rendered version](https://api.stacspec.org/spec/v1.0.0-beta.1/core))
- **Conformance URI:** <https://api.stacspec.org/v1.0.0-beta.1/core> ([rendered version](https://api.stacspec.org/v1.0.0-beta.1/core))
- **Conformance URI:** <https://api.stacspec.org/v1.0.0-beta.1/core>
- **Extension [Maturity Classification](../extensions.md#extension-maturity):** Pilot
- **Dependencies**: None
Expand Down
2 changes: 1 addition & 1 deletion item-search/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STAC API - Item Search

- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/spec/v1.0.0-beta.1/item-search))
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-beta.1/item-search))
- **Conformance URI:** <https://api.stacspec.org/v1.0.0-beta.1/item-search>
- **Dependencies**: [STAC API - Core](../core)
- **Examples**: [examples.md](examples.md)
Expand Down
4 changes: 2 additions & 2 deletions ogcapi-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

*based on [**OGC API - Features - Part 1: Core**](https://www.ogc.org/standards/ogcapi-features)*

- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/spec/v1.0.0-beta.1/ogcapi-features))
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-beta.1/ogcapi-features))
uses all the OGC API - Features openapi fragments to describe returning STAC Items.
- **Conformance URIs:**
- <https://api.stacspec.org/spec/v1.0.0-beta.1/ogcapi-features>
- <https://api.stacspec.org/v1.0.0-beta.1/ogcapi-features>
- <http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core> - [Requirements Class Core](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#rc_core))
- <http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30> - [Requirements Class OpenAPI 3.0](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#rc_oas30))
- <http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson> - [Requirements Class GeoJSON](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html#_requirements_class_geojson))
Expand Down