Skip to content

Commit

Permalink
Fixing item link in collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysrevans3 committed Sep 19, 2024
1 parent 6b87772 commit cbd91e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esgf-consumer/esgf_consumer/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def _create_collection(
{
"rel": "items",
"type": "application/geo+json",
"href": f"https://api.stac.ceda.ac.uk/collections/cmip6/{collection_id}",
"href": f"https://api.stac.ceda.ac.uk/collections/{collection_id}/items",
},
{
"rel": "root",
Expand Down

0 comments on commit cbd91e1

Please sign in to comment.