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-09-25 19:20:46 -0300
commit8e38e9a5c8ba80df0c0b1b96fff8fa9ce63582b9 (patch)
tree80f71545221aa5ae7b823a44475104d5de5e1118
parenteec1ef3e718c6d1f5ad2d50aa9b69812d27172fc (diff)
downloadglade-8e38e9a5c8ba80df0c0b1b96fff8fa9ce63582b9.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.: