Skip to content

Commit ee1aed1

Browse files
authored
Update README with roles and link corrections
Added section on roles and updated link references.
1 parent 8aa758b commit ee1aed1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,23 @@ The Link Object for a RMarkdown document that shows R code:
128128
## Relation types
129129

130130
The following types should be used as applicable `rel` types in the
131-
[Link Object](https://github.com/radiantearth/stac-spec/tree/master/item-spec/item-spec.md#link-object).
131+
[Link Object](https://github.com/radiantearth/stac-spec/blob/master/commons/links.md#link-object).
132132

133133
| Type | Description |
134134
| -------------------- | ----------- |
135135
| example | A reference to example code. |
136136
| application | A reference to an application. |
137137
| application-platform | A reference to a platform that can execute applications. |
138138

139+
## Roles
140+
141+
The following types should be used as applicable `roles` in the Link or
142+
[Asset Object](https://github.com/radiantearth/stac-spec/blob/master/commons/assets.md#asset-object).
143+
144+
| Type | Description |
145+
| -------------------- | ----------- |
146+
| example | A reference to example data. |
147+
139148
## Contributing
140149

141150
All contributions are subject to the

0 commit comments

Comments
 (0)