From e424604723fa26e59146f711763bf6c7eb36ded8 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 10 Feb 2023 13:34:21 +0100
Subject: [PATCH] Link fix

---
 html/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html
index b0412b1..59f39bf 100644
--- a/html/index.html
+++ b/html/index.html
@@ -22,7 +22,7 @@
         <p>This is the web service API for discovery of and usage of weather datasources, providing input data to DSS, both measured/calculated data from the current growing season and weather forecasts.</p>
         <ul>
             <li><a href="/weather/apidocs/">API documentation</a></li>
-            <li><a href="/weatherdatasourcelist">List all weather datasources available</a></p></li>
+            <li><a href="/weatherdatasourcelist.html">List all weather datasources available</a></p></li>
         </ul>
         <p style="font-size: small;">
             The DSS API and the Weather API are based on software developed for a similar purpose in Europe in the <a href="https://platform.ipmdecisions.net/" target="new">IPM Decisions project</a>
-- 
GitLab