aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--src/casm.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5d074fe..d8034af 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,7 @@ Simply pass it the file to assemble, i.e.
`casm source.txt`
-Full documentation can be found in
-<a href="/svnbrowse/cat.php?u=https://noddybox.co.uk/svn/casm/trunk/doc/casm.html">HTML</a> format.
+Full documentation can be found in [HTML](doc/casm.html) format.
## Processors
diff --git a/src/casm.c b/src/casm.c
index ad4824c..88a611c 100644
--- a/src/casm.c
+++ b/src/casm.c
@@ -59,7 +59,7 @@
*/
static const char *casm_usage =
-"Version 1.10\n"
+"Version 1.11 development\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"