From d89597af91b99419e6d6b4451443b187798bef8b Mon Sep 17 00:00:00 2001 From: Juan Pablo Ugarte Date: Fri, 25 Sep 2020 19:16:12 -0300 Subject: CONTRIBUTING.md: update coding style link --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67d99cd1..1f716f57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,9 +34,9 @@ git format-patch HEAD^ Coding Style ~~~~~~~~~~~~ -Code in Glade should follow the GNOME Programming Guidelines -(http://developer.gnome.org/doc/guides/programming-guidelines/), -basically this means being consistent with the sorrounding code. +Code in Glade should follow the GNU style of GNOME Programming Guidelines +(https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en), +basically this means being consistent with the surrounding code. The only exception is that we prefer having braces always on a new line e.g.: -- cgit v1.2.1