From 91d9cb8de07ae74cdecb73251c9578555bcb9847 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Tue, 7 Apr 2026 23:06:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20b0699..728e903 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@

**Telemt** is a fast, secure, and feature-rich server written in Rust: it fully implements the official Telegram proxy algo and adds many production-ready improvements such as: -- [ME Pool + Reader/Writer + Registry + Refill + Adaptive Floor + Trio-State + Generation Lifecycle](https://github.com/telemt/telemt/blob/main/docs/model/MODEL.en.md); -- [Full-covered API w/ management](https://github.com/telemt/telemt/blob/main/docs/API.md); +- [ME Pool + Reader/Writer + Registry + Refill + Adaptive Floor + Trio-State + Generation Lifecycle](https://github.com/telemt/telemt/blob/main/docs/Architecture/Model/MODEL.en.md); +- [Full-covered API w/ management](https://github.com/telemt/telemt/blob/main/docs/Architecture/API/API.md); - Anti-Replay on Sliding Window; - Prometheus-format Metrics; - TLS-Fronting and TCP-Splicing for masking from "prying" eyes.