]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix links
authorDaiki Ueno <ueno@gnu.org>
Sat, 23 Jan 2016 01:27:47 +0000 (10:27 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 23 Jan 2016 01:27:47 +0000 (10:27 +0900)
README.md

index 86b79a79a204d9be4a47836c83dcfabddfc5704f..7211107162c45691ab589d38eacb581ea561f6d3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
 gnome-c-style
 ======
 
-gnome-c-style is an Emacs minor mode for editing C source code in [GNOME C coding style](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en).  In particular, it is useful to properly line-up [function arguments](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#functions) and [function declarations in header files](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#functions).
+gnome-c-style is an Emacs minor mode for editing C source code in [GNOME C coding style](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en).
+In particular, it is useful to properly line-up [function arguments](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#functions) and
+[function declarations in header files](https://developer.gnome.org/programming-guidelines/stable/c-coding-style.html.en#header-files).
 
 Install
 ------