From 9ab3818cdd979b34d3ec6bd05ecfe9435f2f5a46 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 11 Jun 2020 16:28:47 +0200 Subject: [PATCH] Update the 'HACKING' URL GIT_SILENT --- src/HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HACKING b/src/HACKING index 5a2cdf3cb..007079f2f 100644 --- a/src/HACKING +++ b/src/HACKING @@ -117,7 +117,7 @@ else. You can use the SVN_SILENT keyword then. KMail follows the KDE coding style (https://techbase.kde.org/Policies/Frameworks_Coding_Style) with some exceptions, mentioned below. Note that most of the rest of KDE PIM also follows the KMail style. You should also read the coding style document for Kontact, which can be found at -https://cgit.kde.org/kontact.git/tree/HACKING. All of it also applies to KMail. +https://invent.kde.org/pim/kontact/-/blob/master/HACKING. All of it also applies to KMail. Please don't argue against this style, we're stuck with that anyway (changing the style to something else would mess up the svn annotate function)