From 220a3827a92ae264cf8e7f1dbfdc64b4f748b315 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Mon, 19 Aug 2024 17:22:40 +0300 Subject: [PATCH] Link to libraries in reference manual --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9336b5..41f8aa01 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ by decoupling such elements from each other. Picos comes with a [reference manual](https://ocaml-multicore.github.io/picos/doc/picos/index.html) -and many sample libraries. +and many +[sample libraries](https://ocaml-multicore.github.io/picos/doc/picos/index.html#libraries). ⚠️ Please note that Picos is still considered experimental and unstable.