From 8925177147c838c4ad86e545a8f8efb9e466fa8a Mon Sep 17 00:00:00 2001
From: Vladimir Mihailenco <vladimir.webdev@gmail.com>
Date: Tue, 5 Apr 2022 09:35:55 +0300
Subject: [PATCH] chore: update link

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bdec3cf9..287f1cea 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ go-pg is in a maintenance mode and only critical issues are addressed. New devel
 [**Bun**](https://bun.uptrace.dev/guide/pg-migration.html) repo which offers similar functionality
 but works with PostgreSQL, MySQL, MariaDB, and SQLite.
 
-## [https://github.com/uptrace/bun](https://github.com/uptrace/bun)
+## [Golang ORM](https://github.com/uptrace/bun)
 
 ---
 
@@ -239,6 +239,8 @@ func createSchema(db *pg.DB) error {
 
 ## See also
 
-- [Fast and flexible HTTP router](https://github.com/vmihailenco/treemux)
+- [Golang HTTP router](https://github.com/uptrace/bunrouter) - fast and flexible HTTP router for Go.
+- [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) - ClickHouse client and ORM for
+  Go.
 - [Golang msgpack](https://github.com/vmihailenco/msgpack)
-- [Golang message task queue](https://github.com/vmihailenco/taskq)
+- [Distributed tracing tools](https://get.uptrace.dev/compare/distributed-tracing-tools.html)