From 3d53fb7b9b330f6019c1487b4c253abd3db378f5 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 7 Jul 2025 08:50:41 +0200 Subject: [PATCH] Move public Git repos to Amebis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 566153b2..d836a63f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,6 @@ void main() An auto-generated documentation is [here](https://amebis.github.io/WinStd/). -More examples and use-cases can be found in [GÉANTLink](https://codeberg.org/Amebis/GEANTLink) and [ZRCola](https://codeberg.org/Amebis/ZRCola) projects source code. They make heavy use of WinStd. Examples can also be found in the `UnitTests` project. +More examples and use-cases can be found in [GÉANTLink](https://git.amebis.si/Amebis/GEANTLink) and [ZRCola](https://git.amebis.si/Amebis/ZRCola) projects source code. They make heavy use of WinStd. Examples can also be found in the `UnitTests` project. This is a one-man project for the time being, so the Win32 API support is far from complete. It is added as needed. Contributions are welcome.