From e00a26d72d88d0aa3cbb646e928a0d1cc93fe10a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 14 Jan 2024 12:29:37 -0500 Subject: [PATCH] Fix link to Frameworks Coding Style in CONTRIBUTING The double parenthesis may trip up certain markdown viewers, and the location of the wiki page has changed too. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba367309bd..456b41a7ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ Other scripting stuff is located in `src/scripting`. KWin's coding conventions are located [here](doc/coding-conventions.md). -KWin additionally follows [KDE's Frameworks Coding Style]((https://techbase.kde.org/Policies/Frameworks_Coding_Style)). +KWin additionally follows [KDE's Frameworks Coding Style](https://community.kde.org/Policies/Frameworks_Coding_Style). ### Commits