Fix RapidJSON link not being https (#4113)
This commit is contained in:
@@ -85,7 +85,7 @@ AboutPage::AboutPage()
|
|||||||
":/licenses/libcommuni_BSD3.txt");
|
":/licenses/libcommuni_BSD3.txt");
|
||||||
addLicense(form.getElement(), "OpenSSL", "https://www.openssl.org/",
|
addLicense(form.getElement(), "OpenSSL", "https://www.openssl.org/",
|
||||||
":/licenses/openssl.txt");
|
":/licenses/openssl.txt");
|
||||||
addLicense(form.getElement(), "RapidJson", "http://rapidjson.org/",
|
addLicense(form.getElement(), "RapidJson", "https://rapidjson.org/",
|
||||||
":/licenses/rapidjson.txt");
|
":/licenses/rapidjson.txt");
|
||||||
addLicense(form.getElement(), "Pajlada/Settings",
|
addLicense(form.getElement(), "Pajlada/Settings",
|
||||||
"https://github.com/pajlada/settings",
|
"https://github.com/pajlada/settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user