From 8ffe0467b782802eea14974ffb68a5cd2dd1a6cf Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 22 May 2015 23:11:25 +0200 Subject: [PATCH] Update link in development documentation The old link was a 404 page. --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 45ae62fc0..eedeca0d5 100644 --- a/HACKING +++ b/HACKING @@ -498,7 +498,7 @@ first (scintilla or ctags). If you want to reuse an existing lexer and/or tag parser, making a custom filetype is probably easier - it doesn't require any changes to the source code. Follow instructions in the manual: -http://geany.org/manual/geany.html#custom-filetypes. Don't forget to +http://geany.org/manual/index.html#custom-filetypes. Don't forget to update the ``[Groups]`` section in ``filetype_extensions.conf``. .. warning::