diff --git a/CHANGELOG.md b/CHANGELOG.md index 78083521..619228d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log for amqplib +## Unreleased +- Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib + ## Changes in v0.10.5 git log v0.10.4..v0.10.5 diff --git a/README.md b/README.md index 6314f1f3..66238a0a 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+. This library does not implement [AMQP -1.0](https://github.com/squaremo/amqp.node/issues/63) or [AMQP -0-10](https://github.com/squaremo/amqp.node/issues/94). +1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP +0-10](https://github.com/amqp-node/amqplib/issues/94). Project status: diff --git a/bin/generate-defs.js b/bin/generate-defs.js index 6f71e018..2e87fd40 100644 --- a/bin/generate-defs.js +++ b/bin/generate-defs.js @@ -112,7 +112,7 @@ println( '/** @preserve This file is generated by the script\n', '* ../bin/generate-defs.js, which is not in general included in a\n', '* distribution, but is available in the source repository e.g. at\n', -'* https://github.com/squaremo/amqp.node/\n', +'* https://github.com/amqp-node/amqplib/\n', '*/'); println("'use strict';"); nl(); diff --git a/lib/connect.js b/lib/connect.js index afbefadf..271978c7 100644 --- a/lib/connect.js +++ b/lib/connect.js @@ -31,7 +31,7 @@ var CLIENT_PROPERTIES = { "product": "amqplib", "version": require('../package.json').version, "platform": fmt('Node.JS %s', process.version), - "information": "http://squaremo.github.io/amqp.node", + "information": "https://amqp-node.github.io/amqplib/", "capabilities": { "publisher_confirms": true, "exchange_exchange_bindings": true,