From f8c0d71a5a2ca643dd6be15317116bbf2e486b20 Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:44:39 +0100 Subject: [PATCH] fixed thumbnail link --- .../air_temperature_city_of_luxembourg_2017.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stac_dist/air_temperature_city_of_luxembourg_2017/air_temperature_city_of_luxembourg_2017.json b/stac_dist/air_temperature_city_of_luxembourg_2017/air_temperature_city_of_luxembourg_2017.json index dd9ea780..14da6271 100644 --- a/stac_dist/air_temperature_city_of_luxembourg_2017/air_temperature_city_of_luxembourg_2017.json +++ b/stac_dist/air_temperature_city_of_luxembourg_2017/air_temperature_city_of_luxembourg_2017.json @@ -308,7 +308,7 @@ ], "assets": { "air_temperature_2017_month_mean_10m_b12_thumbnail": { - "href": "https://github.com/FAIRiCUBE/uc1-urban-climate/blob/master/images/thumbnails/airtemp062017.png", + "href": "https://raw.githubusercontent.com/FAIRiCUBE/uc1-urban-climate/blob/master/images/thumbnails/airtemp062017.png", "roles": [ "thumbnail" ] @@ -339,4 +339,4 @@ "https://stac-extensions.github.io/datacube/v2.0.0/schema.json", "https://stac-extensions.github.io/example-links/v0.0.1/schema.json" ] -} \ No newline at end of file +}