summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-25 19:16:12 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-10-01 17:37:12 -0300
commitd89597af91b99419e6d6b4451443b187798bef8b (patch)
tree2763b151d2765905a60500c0ab566ac1655fa529
parente60b7cf1621c4a9b785d2ffb7b1e9dd778d716a5 (diff)
downloadglade-d89597af91b99419e6d6b4451443b187798bef8b.tar.gz
CONTRIBUTING.md: update coding style link
-rw-r--r--CONTRIBUTING.md6
1 files 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.: