Skip to content

Commit 1b25c62

Browse files
authored
Merge pull request #353 from sankichi92/fix-invalid-json-in-item-search-examples
Fix invalid JSON in item-search/examples.md
2 parents 2090c31 + c137ac6 commit 1b25c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

item-search/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Response with `200 OK`:
3434
"links": [
3535
{
3636
"rel": "next",
37-
"https://stac-api.example.com/search?page=2"
37+
"href": "https://stac-api.example.com/search?page=2",
3838
"type": "application/geo+json"
3939
}
4040
]

0 commit comments

Comments
 (0)