From 5e1fcbe9d08027f2cce508d599abeb4140eaa81c Mon Sep 17 00:00:00 2001
From: carlviv <cevp@infor.uva.es>
Date: Sun, 15 Dec 2024 19:44:22 +0000
Subject: [PATCH] Update index.html

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

diff --git a/index.html b/index.html
index 882eec9..34755c5 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html>
     <head>
         <meta charset="utf-8">
-        <script src="http://d3js.org/d3.v7.min.js"></script>
+        <script src="https://d3js.org/d3.v7.min.js"></script>
         <script src="script.js"></script>
 
         
-- 
GitLab