aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 14:11:16 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 14:11:16 -0600
commitb010aa612b3e2d208106cb6148e2c413edccbca4 (patch)
treeb65c730099389729f501959cd6b65eddaa93f329
parentupdate version number (diff)
downloadargs.hxx-b010aa612b3e2d208106cb6148e2c413edccbca4.tar.xz
make another update to the readme1.2.1
-rw-r--r--Doxyfile2
-rw-r--r--README.md4
2 files changed, 2 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 1af3c96..bd0217d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "args"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.2.0
+PROJECT_NUMBER = 1.2.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/README.md b/README.md
index 04dbb01..b966460 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,7 @@ redistributions (ie. don't pretend that you wrote it). I do welcome additions
and updates wherever you feel like contributing code.
The API documentation can be found at https://taywee.github.io/args
-
-I'd also host the documentation at gitgud.io, but they don't offer pages at the
-moment.
+The code can be downloaded at https://github.com/Taywee/args
There are also somewhat extensive examples below.