From 3a45be10a356dd76d9a7852f997218bf6f9859a5 Mon Sep 17 00:00:00 2001 From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr> Date: Wed, 25 Sep 2024 23:17:33 +0200 Subject: [PATCH] Fix url --- libs/lib/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/lib/README.rst b/libs/lib/README.rst index 4babbf5d..c5f15ecf 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 -- GitLab