From ae1702bee5e8b3e6d4e31041b4a593826ac60484 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Aug 2021 20:56:25 -0500 Subject: Replace HTTP links with HTTPS for sites with HTTPS versions --- core/math/convex_hull.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/convex_hull.h') diff --git a/core/math/convex_hull.h b/core/math/convex_hull.h index ba7be9c5e8..a860d60b02 100644 --- a/core/math/convex_hull.h +++ b/core/math/convex_hull.h @@ -49,7 +49,7 @@ subject to the following restrictions: #include "core/templates/vector.h" /// Convex hull implementation based on Preparata and Hong -/// See http://code.google.com/p/bullet/issues/detail?id=275 +/// See https://code.google.com/p/bullet/issues/detail?id=275 /// Ole Kniemeyer, MAXON Computer GmbH class ConvexHullComputer { public: -- cgit v1.2.3