From 19d702102e20b5ed3c0acca516175822a8f9ed7c Mon Sep 17 00:00:00 2001 From: Camille Roux <25977+camilleroux@users.noreply.github.com> Date: Fri, 8 Oct 2021 14:37:45 +0200 Subject: [PATCH 1/2] Update libraries links to https --- src/data/libraries/libraries.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/data/libraries/libraries.json b/src/data/libraries/libraries.json index b8d7750b2b..1b5af1d5ca 100644 --- a/src/data/libraries/libraries.json +++ b/src/data/libraries/libraries.json @@ -32,11 +32,11 @@ "authors": [ { "name": "Yining Shi", - "url": "http://1023.io" + "url": "https://1023.io" }, { "name": "Jingwen Zhu", - "url": "http://www.jingwen-zhu.com/" + "url": "https://www.jingwen-zhu.com/" }, { "name": "Tom Igoe", @@ -50,7 +50,7 @@ "authors": [ { "name": "Sarah Groff-Palermo", - "url": "http://www.sarahgp.com" + "url": "https://www.sarahgp.com" } ] }, @@ -80,7 +80,7 @@ "authors": [ { "name": "Ben Moren", - "url": "http://www.benmoren.com/" + "url": "https://www.benmoren.com/" } ] }, @@ -90,7 +90,7 @@ "authors": [ { "name": "Peter Hayman", - "url": "http://www.piratesjustar.com/" + "url": "https://www.piratesjustar.com/" } ] }, @@ -134,7 +134,7 @@ "authors": [ { "name": "R. Luke DuBois", - "url": "http://lukedubois.com/" + "url": "https://lukedubois.com/" } ] }, @@ -144,17 +144,17 @@ "authors": [ { "name": "Ben Moren", - "url": "http://www.benmoren.com/" + "url": "https://www.benmoren.com/" } ] }, { "name": "p5.gibber", - "url": "http://charlie-roberts.com/gibber/p5-gibber/", + "url": "https://charlie-roberts.com/gibber/p5-gibber/", "authors": [ { "name": "Charlie Roberts", - "url": "http://charlie-roberts.com" + "url": "https://charlie-roberts.com" } ] }, @@ -164,7 +164,7 @@ "authors": [ { "name": "Javier GraciĆ” Carpio", - "url": "http://jagracar.com/p5jsSketches.php" + "url": "https://jagracar.com/p5jsSketches.php" } ] }, @@ -174,7 +174,7 @@ "authors": [ { "name": "Martin Schneider", - "url": "http://www.bitcraftlab.com/" + "url": "https://www.bitcraftlab.com/" } ] }, @@ -184,7 +184,7 @@ "authors": [ { "name": "Ben Moren", - "url": "http://benmoren.com" + "url": "https://benmoren.com" } ] }, @@ -220,11 +220,11 @@ }, { "name": "p5.play", - "url": "http://p5play.molleindustria.org", + "url": "https://p5play.molleindustria.org", "authors": [ { "name": "Paolo Pedercini", - "url": "http://www.molleindustria.org/" + "url": "https://www.molleindustria.org/" } ] }, @@ -234,7 +234,7 @@ "authors": [ { "name": "Robert Cook", - "url": "http://professorcook.org/" + "url": "https://professorcook.org/" } ] }, @@ -248,27 +248,27 @@ }, { "name": "Tega Brain", - "url": "http://tegabrain.com/" + "url": "https://tegabrain.com/" } ] }, { "name": "rita.js", - "url": "http://rednoise.org/rita", + "url": "https://rednoise.org/rita", "authors": [ { "name": "Daniel C. Howe", - "url": "http://rednoise.org/daniel" + "url": "https://rednoise.org/daniel" } ] }, { "name": "Rotating knobs", - "url": "http://codeforartists.com/RotatingKnobMaker", + "url": "https://codeforartists.com/RotatingKnobMaker", "authors": [ { "name": "Miles DeCoster", - "url": "http://codeforartists.com" + "url": "https://codeforartists.com" } ] }, @@ -308,7 +308,7 @@ "authors": [ { "name": "Shawn Van Every", - "url": "http://www.walking-productions.com/notslop/abou/" + "url": "https://www.walking-productions.com/notslop/abou/" }, { "name": "Jen Kagan", @@ -316,7 +316,7 @@ }, { "name": "Tom Igoe", - "url": "http://tigoe.net/" + "url": "https://tigoe.net/" } ] }, @@ -346,7 +346,7 @@ "authors": [ { "name": "R. Luke DuBois", - "url": "http://lukedubois.com/" + "url": "https://lukedubois.com/" } ] }, @@ -366,7 +366,7 @@ "authors": [ { "name": "Caldas Lopes", - "url": "http://softlab.pt/" + "url": "https://softlab.pt/" } ] }, @@ -382,11 +382,11 @@ }, { "name": "tramontana", - "url": "http://www.tramontana.xyz", + "url": "https://www.tramontana.xyz", "authors": [ { "name": "Pierluigi Dalla Rosa", - "url": "http://www.pierdr.com" + "url": "https://www.pierdr.com" } ] }, @@ -412,11 +412,11 @@ }, { "name": "p5.xr", - "url": "http://p5xr.org/#/", + "url": "https://p5xr.org/#/", "authors": [ { "name": "Stalgia Grigg", - "url": "http://www.stalgiagrigg.name/" + "url": "https://www.stalgiagrigg.name/" } ] }, From 1c46fa4a004e1d90ce6cdee3b67e8c8fbaa23719 Mon Sep 17 00:00:00 2001 From: Camille Roux <25977+camilleroux@users.noreply.github.com> Date: Fri, 8 Oct 2021 22:51:35 +0200 Subject: [PATCH 2/2] Revert some links which are not https compatible --- src/data/libraries/libraries.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/libraries/libraries.json b/src/data/libraries/libraries.json index 1b5af1d5ca..4269f05400 100644 --- a/src/data/libraries/libraries.json +++ b/src/data/libraries/libraries.json @@ -50,7 +50,7 @@ "authors": [ { "name": "Sarah Groff-Palermo", - "url": "https://www.sarahgp.com" + "url": "http://www.sarahgp.com" } ] }, @@ -220,7 +220,7 @@ }, { "name": "p5.play", - "url": "https://p5play.molleindustria.org", + "url": "http://p5play.molleindustria.org", "authors": [ { "name": "Paolo Pedercini", @@ -234,7 +234,7 @@ "authors": [ { "name": "Robert Cook", - "url": "https://professorcook.org/" + "url": "http://professorcook.org/" } ] },