From 81f2fc31a7ba17b3774fc26f5acb810a3031649b Mon Sep 17 00:00:00 2001
From: PARISOT Clement <clement.parisot@inria.fr>
Date: Tue, 13 May 2025 15:39:20 +0200
Subject: [PATCH] [wikigen] update Renater weathermap

---
 lib/refrepo/gen/wiki/generators/status.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/refrepo/gen/wiki/generators/status.rb b/lib/refrepo/gen/wiki/generators/status.rb
index cb794195559..e6bbf76b7a6 100644
--- a/lib/refrepo/gen/wiki/generators/status.rb
+++ b/lib/refrepo/gen/wiki/generators/status.rb
@@ -99,7 +99,7 @@ class StatusGenerator < WikiGenerator
   def generate_network_monitoring
     data = "= Network Monitoring =\n"
     data += "== Backbone network status and load ==\n"
-    data += "[http://pasillo.renater.fr/weathermap/weathermap_g5k.html Grid'5000 Weathermap]  (courtesy of Renater)\n"
+    data += "[https://www.renater.fr/documentation/ressources-multimedia/weathermap/g5k/ Grid'5000 Weathermap]  (courtesy of Renater)\n"
     data += MW::LINE_FEED
     data += "Shows the actual state of the opticals links between the Grid'5000 10Gb-ready sites. A link painted in black on the weathermap means that you won't be able to access this site nodes from the Grid'5000 internal network.\n"
     data
-- 
GitLab