From 3bfd1ddf8e2ef880ecd4906552c2769fdf354b0f Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 13 Jun 2017 17:56:01 +0200 Subject: [PATCH] update links to doc --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 41b378f3..05485c55 100644 --- a/README.adoc +++ b/README.adoc @@ -12,6 +12,8 @@ map/fold_right/append, and additional functions on lists). Alternatively, `open Containers` will bring enhanced versions of the standard modules into scope. +https://c-cube.github.io/ocaml-containers/last/[Current documentation]. + image::https://ci.cedeela.fr/buildStatus/icon?job=containers[alt="Build Status", link="http://ci.cedeela.fr/job/containers/"] toc::[] @@ -91,7 +93,7 @@ and <> for a gentle introduction. == Documentation -In general, see http://c-cube.github.io/ocaml-containers/ or +In general, see http://c-cube.github.io/ocaml-containers/last/ or http://cedeela.fr/~simon/software/containers for the **API documentation**. Some examples can be found link:doc/containers.adoc[there].