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.