From cb3a10ce7b6fec5551e2048c7f722fc85e4ace20 Mon Sep 17 00:00:00 2001 From: iliavy Date: Sat, 28 Dec 2024 15:22:17 +0300 Subject: [PATCH] Fix links --- README.md | 2 +- docs/v3/documentation/network/protocols/adnl/low-level-adnl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f61ee202a..f0550132c1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you are a developer and faced some difficulties, successfully overcoming them — Have an idea? [Submit a Feature Request](https://github.com/ton-community/ton-docs/issues/new/choose). — Want to contribute? [Setup your environment](https://github.com/ton-community/ton-docs#set-up-your-environment-%EF%B8%8F). -Contributing best practices: [docs/contribute](/v3/contribute) +Contributing best practices: [docs/contribute](/docs/v3/contribute) --- diff --git a/docs/v3/documentation/network/protocols/adnl/low-level-adnl.md b/docs/v3/documentation/network/protocols/adnl/low-level-adnl.md index 892683be19..fc463b030d 100644 --- a/docs/v3/documentation/network/protocols/adnl/low-level-adnl.md +++ b/docs/v3/documentation/network/protocols/adnl/low-level-adnl.md @@ -93,7 +93,7 @@ It is not obvious why the `nonce` field in the datagram is present because, even Detailed description can be found in article [ADNL UDP - Internode](/v3/documentation/network/protocols/adnl/adnl-udp). ## References -- [The Open Network, p. 80](https://ton.org/ton.pdf) +- [The Open Network, p. 80](https://docs.ton.org/ton.pdf) - [ADNL implementation in TON](https://github.com/ton-blockchain/ton/tree/master/adnl) _Thanks to the [hacker-volodya](https://github.com/hacker-volodya) for contributing to the community!_