summaryrefslogtreecommitdiff
path: root/docs/md
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 16:49:40 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 17:01:20 +0200
commit318775b771798bd55be2d0e4390e7a5852ef429b (patch)
tree9ae2e430198c7539cb1857b80a80dd573efbb670 /docs/md
parent5d4f96b297ed6c6d8c761206ff138471e7d259db (diff)
Docs: Fix old Windows repo VCS
Diffstat (limited to 'docs/md')
-rw-r--r--docs/md/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/md/index.md b/docs/md/index.md
index cca7f5b..9070c74 100644
--- a/docs/md/index.md
+++ b/docs/md/index.md
@@ -6,7 +6,7 @@ eduVPN-common is a library for [eduVPN](https://www.eduvpn.org/), which is a VPN
- [Android](https://codeberg.org/eduVPN/android)
- [Linux](https://github.com/eduvpn/python-eduvpn-client)
- [MacOS/iOS](https://github.com/eduvpn/apple)
-- [Windows](https://github.com/Amebis/eduVPN)
+- [Windows](https://codeberg.org/eduVPN/windows)
## The problem
However, as these clients are rather similar in functionality, apart from platform specific differences, right now there is duplicate code between them. For example, the process to discover institution's servers, the authorization process (OAuth) and Wireguard key generation.