summaryrefslogtreecommitdiff
path: root/docs/src/api/python
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:14:33 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:14:33 +0200
commite6bb5aac880fa0e71c1d81d4860d456424f622bc (patch)
tree4d342ddbdc5ea26476140c5905e5d3c93018d987 /docs/src/api/python
parent8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff)
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'docs/src/api/python')
-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 f371b68..906a3ca 100644
--- a/docs/src/api/python/example.md
+++ b/docs/src/api/python/example.md
@@ -1,6 +1,6 @@
# Example with comments
-This is an example that can also be found [in the repository](https://github.com/jwijenbergh/eduvpn-common/blob/main/wrappers/python/main.py). It gets a config from an Institute Access server with support for multiple profiles.
+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}}