From ed41c6f7fc0f28c12ba358a4d0caaf3853cfd826 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Tue, 6 Oct 2009 18:33:57 -0700 Subject: [PATCH] doc/graphics: Change to shorter URL. There's real work to be done, but this URL is shorter! Signed-off-by: Mike Swanson --- README | 2 +- graphics/titlepic/create_caption | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'" \