aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-16 12:26:11 +0100
committerThéo Zimmermann2019-12-16 12:26:11 +0100
commit480f63f3de206c237e8605a733bd0095f8eabd0e (patch)
tree4c0fc6a5908f6f554f6dc29b4abf6451d6a95a3e /README.md
parentdf12d00bd01801088b6b8c50e51142e646053829 (diff)
Advertise doc for master branch in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ffbeb22327..5adab9814e 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,15 @@ See also [Cocorico](https://github.com/coq/coq/wiki) (the Coq wiki),
and the [Coq FAQ](https://github.com/coq/coq/wiki/The-Coq-FAQ),
for additional user-contributed documentation.
+The documentation of the master branch is continuously deployed. See:
+- [Reference Manual (master)][refman-master]
+- [Documentation of the standard library (master)][stdlib-master]
+- [Documentation of the ML API (master)][api-master]
+
+[api-master]: https://coq.github.io/doc/master/api/
+[refman-master]: https://coq.github.io/doc/master/refman/
+[stdlib-master]: https://coq.github.io/doc/master/stdlib/
+
## Changes
The [Recent