diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index d7d18f8..b3cfd81 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v1
+ with:
+ python-version: '3.11'
- name: Install and configure Poetry
uses: snok/install-poetry@v1
diff --git a/README.rst b/README.rst
index 45a867a..0512574 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@
nornir_napalm
=============
-Collection of simple plugins for `nornir `_
+Collection of simple plugins for `nornir `_
Installation
------------
@@ -18,13 +18,18 @@ Installation
pip install nornir_napalm
+Documentation
+-------------
+
+You can access the plugin documentation at `https://nornir.tech/nornir_napalm `_
+
Plugins
-------
Connections
___________
-* **napalm** - Connect to network devices using [napalm](github.com/napalm-automation/napalm/)
+* **napalm** - Connect to network devices using `napalm `_
Tasks
_____