summaryrefslogtreecommitdiff
path: root/core/math/convex_hull.h
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2021-08-23 15:58:54 +0200
committerGitHub <noreply@github.com>2021-08-23 15:58:54 +0200
commit583b6a594ab88208d1e78c94e70a2957c316cf64 (patch)
tree9aac8c191ebc808667dce8b18e61b60db66782c5 /core/math/convex_hull.h
parent88db5417050ff6ffe97ab2716ab2e53c31b07eb4 (diff)
parentae1702bee5e8b3e6d4e31041b4a593826ac60484 (diff)
Merge pull request #51971 from aaronfranke/https
Replace HTTP URLs with HTTPS for sites with HTTPS versions
Diffstat (limited to 'core/math/convex_hull.h')
-rw-r--r--core/math/convex_hull.h2
1 files changed, 1 insertions, 1 deletions
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: