aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.