summaryrefslogtreecommitdiff
path: root/src/flac/main.c
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-06-28 09:12:06 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-06-28 09:12:45 +1000
commit46bedb58d31ddcbc7621ae3f1c83123c96bbdf39 (patch)
tree9761020cc8cd93d9c14d00d75ee434a429e9f9f1 /src/flac/main.c
parent987f74ae7a133487fc0c20e6d07ae41a105db15a (diff)
downloadflac-46bedb58d31ddcbc7621ae3f1c83123c96bbdf39.tar.gz
Update URLs as nedeed.
Sourceforge.net links updated as nedeed with some of them being changed to point to xiph.org/flac. Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'src/flac/main.c')
-rw-r--r--src/flac/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flac/main.c b/src/flac/main.c
index e4df26e8..e5d50b5c 100644
--- a/src/flac/main.c
+++ b/src/flac/main.c
@@ -1191,7 +1191,7 @@ static void usage_summary(void)
printf("Analyzing: flac -a [<general-options>] [<analysis-options>] [FLACFILE [...]]\n");
printf("\n");
printf("Be sure to read the list of known bugs at:\n");
- printf("http://flac.sourceforge.net/documentation_bugs.html\n");
+ printf("http://xiph.org/flac/documentation_bugs.html\n");
printf("\n");
}
@@ -1203,7 +1203,7 @@ void short_usage(void)
printf("instructions use 'flac --explain'\n");
printf("\n");
printf("Be sure to read the list of known bugs at:\n");
- printf("http://flac.sourceforge.net/documentation_bugs.html\n");
+ printf("http://xiph.org/flac/documentation_bugs.html\n");
printf("\n");
printf("To encode:\n");
printf(" flac [-#] [INPUTFILE [...]]\n");