From 881b40584d800454d0c76589cf2db558cc26f949 Mon Sep 17 00:00:00 2001 From: Joshua Grams Date: Sat, 17 Feb 2007 00:36:45 +0000 Subject: [PATCH] No more svn in README, fixed contact form URL. --- README | 3 +-- args.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index 29eb721..a0bb169 100644 --- a/README +++ b/README @@ -14,8 +14,7 @@ it. VoR is the result. It is currently based on the rockdodger 0.4.2 codebase, with quite a few modifications, both user-visible changes and internal technical improvements. -Available for download from http://qualdan.com/vor/, or you can check out the -latest SVN copy from svn://svn.jasonwoof.org/vor/trunk/ +Available for download from http://qualdan.com/vor/ Note: This is a fairly hard game, intended to be a quickie game for when you want to kill a few spare minutes. For reference, my best time [Josh Grams] is diff --git a/args.c b/args.c index 9eb3ee7..9a3510b 100644 --- a/args.c +++ b/args.c @@ -35,7 +35,7 @@ show_help(void) puts("Mandatory or optional arguments to long options are also mandatory or optional"); puts("for any corresponding short options."); putchar('\n'); - puts("Report bugs at http://jasonwoof.com/contact.pl"); + puts("Report bugs at http://jasonwoof.com/contact.html"); } int -- 1.7.10.4