From 7eb45f39d87022249ce52b7413d670fd862ef47c Mon Sep 17 00:00:00 2001 From: tdakkota Date: Tue, 3 May 2022 02:04:25 +0300 Subject: [PATCH] docs: add Links section to README pkg.go.dev will display them on godoc page --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9af802e165..fc712ac82e 100644 --- a/README.md +++ b/README.md @@ -274,3 +274,13 @@ MIT License Created by Aleksandr (ernado) Razumov 2020 + +## Links + +- [Examples](https://github.com/gotd/td/tree/-/examples) +- [Security policy](https://github.com/gotd/td/blob/-/.github/SECURITY.md) +- [User support and dev chat](https://github.com/gotd/td/blob/-/.github/SUPPORT.md) +- [Roadmap](https://github.com/gotd/td/blob/-/ROADMAP.md) +- [Contributing](https://github.com/gotd/td/blob/-/CONTRIBUTING.md) +- [Architecture](https://github.com/gotd/td/blob/-/ARCHITECTURE.md) +- [Generated Go Documentation](https://ref.gotd.dev/pkg/github.com/gotd/td/tg.html)