From fb993afa833ed4489407458dd5858956078161e5 Mon Sep 17 00:00:00 2001
From: "Oriol.Tinto" <oriol.tinto@physik.uni-muenchen.de>
Date: Mon, 19 Aug 2024 14:52:11 +0000
Subject: [PATCH] Update contribute.rst

---
 docs/source/contribute.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst
index 7f85b2b..034d5be 100644
--- a/docs/source/contribute.rst
+++ b/docs/source/contribute.rst
@@ -9,4 +9,4 @@ Extending the Tool
 ------------------
 To extend the tool with a new plugin that already has an HDF5 plugin available, a Python interface is required. Good examples of how filter interfaces look can be found in this `source file <https://github.com/silx-kit/hdf5plugin/blob/main/src/hdf5plugin/_filters.py>`_. In case of developing a new interface, it is advisable to integrate this interface into the `hdf5plugin repository <https://github.com/silx-kit/hdf5plugin>`_, so a wider audience can benefit from it.
 
-Once the Python interface is established, adding the filter definitions to *enstools-encoding* involves minimal additional work, requiring you to extend only a `single file <https://github.com/wavestoweather/enstools-encoding/blob/main/enstools/encoding/definitions.py>`_.
\ No newline at end of file
+Once the Python interface exists, the only additional required step is to add the filter definitions to `GitHub page <https://github.com/wavestoweather/enstools-encoding/>`_. It involves minimal additional work, adding only few lines to a `single file <https://github.com/wavestoweather/enstools-encoding/blob/main/enstools/encoding/definitions.py>`_.
\ No newline at end of file
-- 
GitLab