diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:57:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 16:06:22 +0100 |
| commit | a587163c822e80527f6acc78c1edac3410327854 (patch) | |
| tree | 15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /docs/src/api/letsbuildaclient.md | |
| parent | 72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff) | |
Replace all links from GitHub to Codeberg
Diffstat (limited to 'docs/src/api/letsbuildaclient.md')
| -rw-r--r-- | docs/src/api/letsbuildaclient.md | 2 |
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 |
