summaryrefslogtreecommitdiff
path: root/docs/src/api/letsbuildaclient.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:57:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 16:06:22 +0100
commita587163c822e80527f6acc78c1edac3410327854 (patch)
tree15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /docs/src/api/letsbuildaclient.md
parent72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff)
Replace all links from GitHub to Codeberg
Diffstat (limited to 'docs/src/api/letsbuildaclient.md')
-rw-r--r--docs/src/api/letsbuildaclient.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api/letsbuildaclient.md b/docs/src/api/letsbuildaclient.md
index b675ee0..e513157 100644
--- a/docs/src/api/letsbuildaclient.md
+++ b/docs/src/api/letsbuildaclient.md
@@ -110,7 +110,7 @@ Note that this state transition is essentially the same as the following code:
```python
-def handler(old: int, new: int, data: str):
-- # it's 6 because https://github.com/eduvpn/eduvpn-common/blob/b660911b5db000b43970f3754b5767bb50741360/client/fsm.go#L33
+- # it's 6 because https://codeberg.org/eduVPN/eduvpn-common/src/commit/b660911b5db000b43970f3754b5767bb50741360/client/fsm.go#L33
- if new == 6:
- webbrowser.open(data)
- return True