summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3f850329..6f591e5f 100644
--- a/main.c
+++ b/main.c
@@ -107,7 +107,7 @@ print_help (void) {
" [l]ength, track[n]umber, [y]ear, [c]omment,\n"
" copy[r]ight, [e]lapsed\n"));
fprintf (stdout, _(" e.g.: --nowplaying \"%%a - %%t\" should print \"artist - title\"\n"));
- fprintf (stdout, _(" for more info, see http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Title_Formatting\n"));
+ fprintf (stdout, _(" for more info, see http://github.com/Alexey-Yakovenko/deadbeef/wiki/Title-formatting\n"));
bind_textdomain_codeset (PACKAGE, "UTF-8");
}