From f0ad606d7a090928ec9244853f12e589a3527b34 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Sat, 5 Nov 2022 00:53:13 -0400 Subject: [PATCH] Fix RapidJSON link not being https (#4113) --- src/widgets/settingspages/AboutPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/settingspages/AboutPage.cpp b/src/widgets/settingspages/AboutPage.cpp index f4c5dbcec..da3ca2ee3 100644 --- a/src/widgets/settingspages/AboutPage.cpp +++ b/src/widgets/settingspages/AboutPage.cpp @@ -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",