From ace300549416c1b3fa5e13c355dee41adc70a2d6 Mon Sep 17 00:00:00 2001 From: souponaroom <36963544+souponaroom@users.noreply.github.com> Date: Sat, 3 May 2025 20:05:07 -0500 Subject: [PATCH] Corrected http to https in link --- 3rdParty/grasp_dependencies_list.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/grasp_dependencies_list.m b/3rdParty/grasp_dependencies_list.m index 83ed62f..bb7abf5 100644 --- a/3rdParty/grasp_dependencies_list.m +++ b/3rdParty/grasp_dependencies_list.m @@ -92,7 +92,7 @@ cur_dep = cur_dep + 1; - list(cur_dep).url = 'http://wiki.epfl.ch/sgwt/documents/sgwt_toolbox-1.02.zip'; + list(cur_dep).url = 'https://wiki.epfl.ch/sgwt/documents/sgwt_toolbox-1.02.zip'; list(cur_dep).name = 'sgwt/'; list(cur_dep).root_dir = 'sgwt_toolbox/'; list(cur_dep).mex_dir = 'mex/';