diff --git a/README b/README index b6fe034c..da3ac70d 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ in order to play Doom. Freedoom aims to create a Free alternative. Combined with the GPL-licensed Doom source code this will result in a complete Free Doom-based game. -For more information, see http://www.nongnu.org/freedoom/. +For more information, see http://freedoom.nongnu.org/. == What ``Free Software'' means diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index 5114ecf5..dce2f47b 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -9,7 +9,7 @@ convert -fill white -font Helvetica-Bold \ -draw "text 0,30 $1" \ -pointsize 11 \ -gravity southwest \ - -draw "text 5,5 'http://www.nongnu.org/freedoom/'" \ + -draw "text 5,5 'http://freedoom.nongnu.org/'" \ -gravity southeast \ -draw "text 10,25 'Version: $VERSION'" \ -draw "text 10,5 '$DATE'" \