Fix RapidJSON link not being https (#4113)

This commit is contained in:
Felanbird 2022-11-05 00:53:13 -04:00 committed by GitHub
parent 84a6e724fa
commit f0ad606d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ AboutPage::AboutPage()
":/licenses/libcommuni_BSD3.txt");
addLicense(form.getElement(), "OpenSSL", "https://www.openssl.org/",
":/licenses/openssl.txt");
addLicense(form.getElement(), "RapidJson", "http://rapidjson.org/",
addLicense(form.getElement(), "RapidJson", "https://rapidjson.org/",
":/licenses/rapidjson.txt");
addLicense(form.getElement(), "Pajlada/Settings",
"https://github.com/pajlada/settings",