Skip to content

Commit 3147365

Browse files
committed
fix stac api links
1 parent 5b58f3b commit 3147365

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.1/children))
1010
- **Conformance Classes:**
1111
- <https://api.stacspec.org/v1.0.0-rc.1/children>
12-
- **[Maturity Classification](https://github.com/radiantearth/stac-api-spec/blob/main/README.md#maturity-classification):** Proposal
12+
- **[Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/README.md#maturity-classification):** Proposal
1313
- **Dependencies**:
14-
- [STAC API - Core](https://github.com/radiantearth/stac-api-spec/blob/main/core)
14+
- [STAC API - Core](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/core)
1515

1616
A STAC API Landing Page (a Catalog) can return information about the Catalog and Collection child objects
1717
it contains using the link relation `children` to an endpoint `/children`. The `/children` endpoint must
@@ -28,7 +28,7 @@ but the objects must still be valid Catalogs and Collections.
2828
## Link Relations
2929

3030
This conformance class also requires implementation of the link relations in the
31-
[STAC API - Core](https://github.com/radiantearth/stac-api-spec/blob/main/core) conformance class.
31+
[STAC API - Core](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/core) conformance class.
3232

3333
The following Link relations must exist in the Landing Page (root).
3434

@@ -46,7 +46,7 @@ The following Link relations must exist in the `/children` endpoint response.
4646
## Endpoints
4747

4848
This conformance class also requires for the endpoints in the
49-
[STAC API - Core](https://github.com/radiantearth/stac-api-spec/blob/main/core) conformance class to be implemented.
49+
[STAC API - Core](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/core) conformance class to be implemented.
5050

5151
| Endpoint | Returns | Description |
5252
| ----------- | ------- | ---------------------------------------------------- |
@@ -60,7 +60,7 @@ array of Links in a field `links`.
6060

6161
The `/children` endpoint supports a pagination mechanism that aligns with pagination as described in the
6262
OGC API - Common - Part 2: Geospatial Data specification. This is described in detail in
63-
the [STAC - Features Collection Pagination section](https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features/README.md#collection-pagination).
63+
the [STAC - Features Collection Pagination section](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1/ogcapi-features/README.md#collection-pagination).
6464
To the greatest extent possible, the catalog should be structured such that all children can be
6565
retrieved from the endpoint in a single call.
6666

0 commit comments

Comments
 (0)