Replace HTTP links with HTTPS for sites with HTTPS versions

This commit is contained in:
Aaron Franke 2021-08-21 20:56:25 -05:00
parent bb1c930a41
commit ae1702bee5
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
55 changed files with 83 additions and 83 deletions

View file

@ -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: