From fd6914230dffd219748c806f9042ec191c6ca164 Mon Sep 17 00:00:00 2001 From: Hithesh Jay Date: Tue, 7 May 2024 15:29:53 +0530 Subject: [PATCH] updated puka library link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be3d9f..b1bb413 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ SimpleAmqpClient [SimpleAmqpClient](https://github.com/alanxz/SimpleAmqpClient) is an easy-to-use C++ wrapper around the [rabbitmq-c](https://github.com/alanxz/rabbitmq-c) C library. -It derives inspiration from the [puka](http://majek.github.com/puka/puka.html) AMQP library +It derives inspiration from the [puka](https://github.com/majek/puka) AMQP library in that it abstracts away the underlying AMQP wire concept of channels and uses them as an error/consumer scope. This should make writing simple single-threaded AMQP-enabled apps easy.