summaryrefslogtreecommitdiff
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
parent5d4f96b297ed6c6d8c761206ff138471e7d259db (diff)
Docs: Fix old Windows repo VCS
-rw-r--r--README.md2
-rw-r--r--docs/md/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e97496..e8b6b51 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ written using some FFI framework for each language used in eduVPN clients to eas
The only wrapper inside of this repository is Python, used for the Linux clients. Other clients define their own wrappers, see:
-- https://github.com/Amebis/eduVPN
+- https://codeberg.org/eduVPN/windows
- https://codeberg.org/eduVPN/android
## Documentation
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.