diff --git a/libs/lib/README.rst b/libs/lib/README.rst
index 4babbf5d1a5409d8b45be3f21d5eb5b4958bb2d2..c5f15ecf2b6e97c2965af31075d6632364d12f0a 100644
--- a/libs/lib/README.rst
+++ b/libs/lib/README.rst
@@ -77,7 +77,7 @@ Let's take a look at a simple lamp device :
    eng.run()
 
 
-To avoid to rewrite the same code for each device, you can use the xaal.schemas package.
+To avoid to rewrite the same code for each device, you can use the `xaal.schemas package <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/schemas>`_.
 This package provides a set of predefined devices, you can use them as a template to create your own device.
 
 .. code-block:: python