From 3c915a8f582615732ef9b758702766f73558a96b Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 10 Aug 2024 11:37:02 +0200 Subject: [PATCH] updates for moved home page in gitea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4a0d73..6efe369 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Documentation is available in samples here: - [TCP/IP client](https://code.sergeych.net/docs/kiloparsec/kiloparsec/net.sergeych.kiloparsec/-kilo-client/index.html) -In short, there are two functions that implements aysnchronous TCP/IP transport on all platforms buy JS: +In short, there are two functions that implements asynchronous TCP/IP transport on all platforms buy JS: - [acceptTcpDevice](https://code.sergeych.net/docs/kiloparsec/kiloparsec/net.sergeych.kiloparsec.adapter/accept-tcp-device.html?query=fun%20acceptTcpDevice(port:%20Int):%20Flow%3CInetTransportDevice%3E) to create a server @@ -191,7 +191,7 @@ transparently substitute the whole site. In the case of we applications we stron ## See also: - [Source documentation](https://code.sergeych.net/docs/kiloparsec/) -- [Project's WIKI](https://gitea.sergeych.net/sergeych/kiloparsec/wiki) +- [Project's WIKI](https://gitea.sergeych.net/SergeychWorks/kiloparsec/wiki) # Details