Skip to content

Commit b2c82f5

Browse files
committed
Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib
1 parent c8ae9cd commit b2c82f5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log for amqplib
22

3+
## Unreleased
4+
- Replace references to the old squaremo/amqp.name repo with ones to amqp-node/amqplib
5+
36
## Changes in v0.10.5
47

58
git log v0.10.4..v0.10.5

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
A library for making AMQP 0-9-1 clients for Node.JS, and an AMQP 0-9-1 client for Node.JS v10+.
1717

1818
This library does not implement [AMQP
19-
1.0](https://github.com/squaremo/amqp.node/issues/63) or [AMQP
20-
0-10](https://github.com/squaremo/amqp.node/issues/94).
19+
1.0](https://github.com/amqp-node/amqplib/issues/63) or [AMQP
20+
0-10](https://github.com/amqp-node/amqplib/issues/94).
2121

2222
Project status:
2323

bin/generate-defs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ println(
112112
'/** @preserve This file is generated by the script\n',
113113
'* ../bin/generate-defs.js, which is not in general included in a\n',
114114
'* distribution, but is available in the source repository e.g. at\n',
115-
'* https://github.com/squaremo/amqp.node/\n',
115+
'* https://github.com/amqp-node/amqplib/\n',
116116
'*/');
117117

118118
println("'use strict';"); nl();

lib/connect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var CLIENT_PROPERTIES = {
3131
"product": "amqplib",
3232
"version": require('../package.json').version,
3333
"platform": fmt('Node.JS %s', process.version),
34-
"information": "http://squaremo.github.io/amqp.node",
34+
"information": "https://amqp-node.github.io/amqplib/",
3535
"capabilities": {
3636
"publisher_confirms": true,
3737
"exchange_exchange_bindings": true,

0 commit comments

Comments
 (0)