summaryrefslogtreecommitdiff
path: root/docs/src/api
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-05 10:39:46 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-05 10:39:46 +0100
commitecfd4f3759bd806a76dc812c47ff38a8bcb0ca7d (patch)
treeb9bc996326dc5103e3bd1a2648d6322a7df2bfc2 /docs/src/api
parentb9b62c59dc99b63c5128f10a22774e3722b8b140 (diff)
Python: Re-implement example and move to a new directory
Diffstat (limited to 'docs/src/api')
-rw-r--r--docs/src/api/python/example.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api/python/example.md b/docs/src/api/python/example.md
index 906a3ca..d4f6c08 100644
--- a/docs/src/api/python/example.md
+++ b/docs/src/api/python/example.md
@@ -3,5 +3,5 @@
This is an example that can also be found [in the repository](https://github.com/eduvpn/eduvpn-common/blob/main/wrappers/python/main.py). It gets a config from an Institute Access server with support for multiple profiles.
```python
-{{#include ../../../../wrappers/python/main.py}}
+{{#include ../../../../wrappers/python/example/main.py}}
```