summaryrefslogtreecommitdiff
path: root/core
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
parent01014e9a05c2c7e35d1c004e564d345ee69c0fd6 (diff)
parent3a902c66c4c5acf7a0cbdc527b8b5ab5ed98affd (diff)
Merge pull request #52641 from aaronfranke/revert-url
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
Diffstat (limited to 'core')
-rw-r--r--core/math/convex_hull.h2
-rw-r--r--core/math/dynamic_bvh.h2
2 files changed, 2 insertions, 2 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:
diff --git a/core/math/dynamic_bvh.h b/core/math/dynamic_bvh.h
index d63132b4da..0b6286cd9d 100644
--- a/core/math/dynamic_bvh.h
+++ b/core/math/dynamic_bvh.h
@@ -41,7 +41,7 @@
/*
Bullet Continuous Collision Detection and Physics Library
-Copyright (c) 2003-2013 Erwin Coumans https://bulletphysics.org
+Copyright (c) 2003-2013 Erwin Coumans http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.