From e7c4af2fa50543c373d600704f5a060bea0de9ae Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Tue, 30 Mar 2021 10:39:56 -0700 Subject: [PATCH] fixed links --- extensions/README.md | 1 - item-spec/item-spec.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/README.md b/extensions/README.md index b5ee105c..e864f3ce 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -10,7 +10,6 @@ - [Proposing new extensions](#proposing-new-extensions) - [Prefixes](#prefixes) - [Use of arrays and objects](#use-of-arrays-and-objects) - - [Directory Structure](#directory-structure) ## Overview diff --git a/item-spec/item-spec.md b/item-spec/item-spec.md index e6aa89f8..b8c22ca2 100644 --- a/item-spec/item-spec.md +++ b/item-spec/item-spec.md @@ -146,7 +146,7 @@ to enable cross-catalog search on known fields. * [STAC Common Metadata](common-metadata.md#stac-common-metadata) - A list of fields commonly used throughout all domains. These optional fields are included for STAC Items by default. -* [Extensions](../extensions/README.md#core-stac-extensions) - Additional fields that are more specific, +* [Extensions](../extensions/README.md) - Additional fields that are more specific, such as [EO](https://github.com/stac-extensions/eo), [View](https://github.com/stac-extensions/view). * [Custom Extensions](../extensions/README.md#extending-stac) - It is generally allowed to add custom fields but it is recommended to add multiple fields for related values instead of a nested object,