summaryrefslogtreecommitdiff
path: root/src/flac/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flac/decode.c')
-rw-r--r--src/flac/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/decode.c b/src/flac/decode.c
index 517b1bba..1480457b 100644
--- a/src/flac/decode.c
+++ b/src/flac/decode.c
@@ -1469,7 +1469,7 @@ void print_error_with_state(const DecoderSession *d, const char *message)
"not able to decode the file. If the version number is not, the file\n"
"may be corrupted, or you may have found a bug. In this case please\n"
"submit a bug report to\n"
- " https://sourceforge.net/p/flac/bugs/\n"
+ " https://github.com/xiph/flac/issues\n"
"Make sure to use the \"Monitor\" feature to monitor the bug status.\n",
d->inbasefilename, FLAC__VERSION_STRING
);