From eeae8cd99312e9d1cfb885dba793af970cee0ef5 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Sun, 19 Sep 2021 13:25:50 +0300 Subject: [PATCH] Fix typos in HACKING text file Makes it identical to the same file in plasma-desktop repo. --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index e0aafe1b1..e8d8915d2 100644 --- a/HACKING +++ b/HACKING @@ -1,7 +1,7 @@ Understanding the Code ====================== Various design documents can be found in the design/ directory and API documentation -generated from the headers is hosted at http://api.kde.org. +generated from the headers is hosted at https://api.kde.org. Finding the Team ================ @@ -17,5 +17,5 @@ New code should follow the kdelibs hacking style, as found here: https://community.kde.org/Policies/Kdelibs_Coding_Style Existing code that does not follow this style should be migrated over during -editting. +editing.