We need to have an option to remove all external links. This has high priority as containing links in the software violates a policy in one deployment of our software.
src/view/welcomewidget.cpp: const QString learnMore = i18nc("%1 is link a wiki article", "You can learn more about this on <a href=\"%1\">Wikipedia</a>.", wikiUrl);
src/view/welcomewidget.cpp: const QString introduction = i18n("Kleopatra is a front-end for the crypto software <a href=\"https://gnupg.org\">GnuPG</a>.");
src/view/pgpcardwidget.cpp: QStringLiteral("<a href=\"%1\">%1</a>").arg(url.toHtmlEscaped()));
src/dialogs/updatenotification.cpp < This can be ignored as GnuPG VS-Desktop handles this differently
And of course the about dialog which contains multiple links.