summaryrefslogtreecommitdiffstats
path: root/core/math/convex_hull.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-09-13 22:47:12 +0200
committerGitHub <noreply@github.com>2021-09-13 22:47:12 +0200
commitad9717bc8fbaf6ebfe5dea3cae9c419be90e8ae3 (patch)
tree5059d37cd25d67409c15437cdc72571e6917509b /core/math/convex_hull.h
parent01014e9a05c2c7e35d1c004e564d345ee69c0fd6 (diff)
parent3a902c66c4c5acf7a0cbdc527b8b5ab5ed98affd (diff)
downloadredot-engine-ad9717bc8fbaf6ebfe5dea3cae9c419be90e8ae3.tar.gz
Merge pull request #52641 from aaronfranke/revert-url
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
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 a860d60b02..806c6cc3fb 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 https://code.google.com/p/bullet/issues/detail?id=275
+/// See https://code.google.com/archive/p/bullet/issues/275
/// Ole Kniemeyer, MAXON Computer GmbH
class ConvexHullComputer {
public: