summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-02-20 08:02:01 +0100
committerEugen Wissner <belka@caraus.de>2017-02-20 08:02:01 +0100
commit074d02762927f706a4e02002a785ef1c7492e0ab (patch)
tree6b448351826de34f1d76a187f0ad269bb5fadd6d /README.md
parentf4b90d8b511c12324e6801386bd9f2d822a547dc (diff)
parent70632d975da09471d0fac5df51a96bd3d9bbeb6f (diff)
downloadtanya-074d02762927f706a4e02002a785ef1c7492e0ab.tar.gz
Merge branch 'master' into utf8string
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index d7da98a..ffb554c 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Tanya extends Phobos functionality and provides alternative implementations for
data structures and utilities that depend on the Garbage Collector in Phobos.
* [Bug tracker](https://issues.caraus.io/projects/tanya)
+* [Documentation](https://docs.caraus.io/tanya)
## Overview
@@ -51,9 +52,6 @@ needs more test cases, better performance and some additional features
* Tanya is a native D library.
-* Documentation and usage examples can be found in the source code.
-Online documentation will be published soon.
-
* Tanya is cross-platform. The development happens on a 64-bit Linux, but it
is being tested on Windows and FreeBSD as well.