diff --git a/html/index.html b/html/index.html
index 5040d0e17a1b3318a737f094a745a7b795ca836a..26234bdd95ac0d643d24cc420e5aa816a36b1fab 100644
--- a/html/index.html
+++ b/html/index.html
@@ -21,7 +21,7 @@
         <h3>Weather API</h3>
         <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="/weather/">API documentation</a></li>
             <li><a href="/weatherdatasourcelist.html">List all weather datasources available</a></p></li>
         </ul>
         <p style="font-size: small;">
diff --git a/html/weatherdatasourcelist.html b/html/weatherdatasourcelist.html
index 3cc97955d65075b8456233b1c6c63b6f5fe33995..2ea564071226228db0ef3f23da565224a97b7a17 100644
--- a/html/weatherdatasourcelist.html
+++ b/html/weatherdatasourcelist.html
@@ -5,13 +5,13 @@
     <body>
         <a href="/"><img src="css/images/MaDiPHS_logo.png" style="width: 300px;" alt="MaDiPHS logo"/></a>
         <h1>DSS list</h1>
-        <p>A human-friendly view of the data returned from <a href="/weather/rest/weatherdatasource">this endpoint</a></p>
+        <p>A human-friendly view of the data returned from <a href="/weather/weatherdatasource">this endpoint</a></p>
         <div id="weatherdatasourcelist">
 
         </div>
     </body>
     <script type="text/javascript">
-        fetch("https://test.madiphs.org/weather/rest/weatherdatasource")
+        fetch("https://test.madiphs.org/weather/weatherdatasource")
         .then(x => x.json())
         .then(wdss => 
         {