Skip to content

Commit 44d0879

Browse files
committed
fix other capitalization i broke in rebase
1 parent 3dec709 commit 44d0879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

collection-spec/collection-spec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ STAC Collections are compatible with the [Collection](http://docs.opengeospatial
1010
specified in [*OGC API - Features*](https://ogcapi.ogc.org/features/), but it is extended with additional fields.
1111

1212
* [Examples](../examples/):
13-
* Sentinel 2: A basic standalone example of a [Collection](../examples/Collection-only/Collection.json) without Items.
14-
* Simple Example: A [Collection](../examples/Collection.json) that links to 3 example Items.
13+
* Sentinel 2: A basic standalone example of a [Collection](../examples/collection-only/collection.json) without Items.
14+
* Simple Example: A [Collection](../examples/collection.json) that links to 3 example Items.
1515
* Extension Collection: An additional [Collection](../examples/extensions-Collection/Collection.json), which is used to highlight
1616
various [extension](../extensions) functionality, but serves as another example.
1717
* [JSON Schema](json-schema/Collection.json)
@@ -89,7 +89,7 @@ There are a few guidelines for using the asset construct at the Collection level
8989
Collection-level assets can be useful in some scenarios, for example:
9090
1. Exposing additional data that applies Collection-wide and you don't want to expose it in each Item. This can be Collection-level metadata or a thumbnail for visualization purposes.
9191
2. Individual Items can't properly be distinguished for some data structures, e.g. [Zarr](https://zarr.readthedocs.io/) as it's a data structure not contained in single files.
92-
3. Exposing assets for "[Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/Collection-spec/Collection-spec.md#standalone-Collections)".
92+
3. Exposing assets for "[Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections)".
9393

9494
Oftentimes it is possible to model data and assets with either a Collection or an Item. In those scenarios we *recommend* to use
9595
Items as much as is feasible, as they designed for assets. Using Collection-level assets should only be used if there is not another

0 commit comments

Comments
 (0)