diff options
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 |
