Skip to content

Commit 701b3ca

Browse files
dumbbellmergify[bot]
authored andcommitted
Use the canonical www.rabbitmq.com` domain
Using `rabbitmq.com` works and redirects to `www.rabbitmq.com`, but it is preferable to use the canonical domain to have cleaner search results. This is important for manpages because we have an HTML copy in the website. (cherry picked from commit e7784df) (cherry picked from commit eb74e21)
1 parent 851100c commit 701b3ca

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

deps/rabbit/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# RabbitMQ Server
55

6-
[RabbitMQ](https://rabbitmq.com) is a [feature rich](https://rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports:
6+
[RabbitMQ](https://www.rabbitmq.com) is a [feature rich](https://www.rabbitmq.com/documentation.html), multi-protocol messaging broker. It supports:
77

88
* AMQP 0-9-1
99
* AMQP 1.0
@@ -13,7 +13,7 @@
1313

1414
## Installation
1515

16-
* [Installation guides](https://rabbitmq.com/download.html) for various platforms
16+
* [Installation guides](https://www.rabbitmq.com/download.html) for various platforms
1717
* [Kubernetes Cluster Operator](https://www.rabbitmq.com/kubernetes/operator/operator-overview.html)
1818
* [Changelog](https://www.rabbitmq.com/changelog.html)
1919
* [Releases](https://github.com/rabbitmq/rabbitmq-server/releases) on GitHub
@@ -23,28 +23,28 @@
2323

2424
## Tutorials & Documentation
2525

26-
* [RabbitMQ tutorials](https://rabbitmq.com/getstarted.html)
27-
* [All documentation guides](https://rabbitmq.com/documentation.html)
28-
* [CLI tools guide](https://rabbitmq.com/cli.html)
29-
* [Configuration guide](https://rabbitmq.com/configure.html)
30-
* [Client libraries and tools](https://rabbitmq.com/devtools.html)
31-
* [Monitoring guide](https://rabbitmq.com/monitoring.html)
32-
* [Production checklist](https://rabbitmq.com/production-checklist.html)
26+
* [RabbitMQ tutorials](https://www.rabbitmq.com/getstarted.html)
27+
* [All documentation guides](https://www.rabbitmq.com/documentation.html)
28+
* [CLI tools guide](https://www.rabbitmq.com/cli.html)
29+
* [Configuration guide](https://www.rabbitmq.com/configure.html)
30+
* [Client libraries and tools](https://www.rabbitmq.com/devtools.html)
31+
* [Monitoring guide](https://www.rabbitmq.com/monitoring.html)
32+
* [Production checklist](https://www.rabbitmq.com/production-checklist.html)
3333
* [Runnable tutorials](https://github.com/rabbitmq/rabbitmq-tutorials/)
3434
* [Documentation source](https://github.com/rabbitmq/rabbitmq-website/)
3535

3636

3737
## Getting Help
3838

3939
* [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users)
40-
* [Commercial support](https://rabbitmq.com/services.html) from [Pivotal](https://pivotal.io) for open source RabbitMQ
40+
* [Commercial support](https://www.rabbitmq.com/services.html) from [Pivotal](https://pivotal.io) for open source RabbitMQ
4141
* [Community Slack](https://rabbitmq-slack.herokuapp.com/)
4242
* `#rabbitmq` on Freenode
4343

4444

4545
## Contributing
4646

47-
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://rabbitmq.com/github.html).
47+
See [CONTRIBUTING.md](./CONTRIBUTING.md) and our [development process overview](https://www.rabbitmq.com/github.html).
4848

4949
Questions about contributing, internals and so on are very welcome on the [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
5050

@@ -56,8 +56,8 @@ RabbitMQ server is [licensed under the MPL 2.0](LICENSE-MPL-RabbitMQ).
5656

5757
## Building From Source and Packaging
5858

59-
* [Building RabbitMQ from Source](https://rabbitmq.com/build-server.html)
60-
* [Building RabbitMQ Distribution Packages](https://rabbitmq.com/build-server.html)
59+
* [Building RabbitMQ from Source](https://www.rabbitmq.com/build-server.html)
60+
* [Building RabbitMQ Distribution Packages](https://www.rabbitmq.com/build-server.html)
6161

6262

6363
## Copyright

deps/rabbit/docs/rabbitmq-diagnostics.8

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
is a command line tool that provides commands used for diagnostics, monitoring
3030
and health checks of RabbitMQ nodes.
3131
See the
32-
.Lk https://rabbitmq.com/documentation.html "RabbitMQ documentation guides"
32+
.Lk https://www.rabbitmq.com/documentation.html "RabbitMQ documentation guides"
3333
to learn more about RabbitMQ diagnostics, monitoring and health checks.
3434

3535
.Nm
@@ -40,7 +40,7 @@ health checks are available to be used interactively and by monitoring tools.
4040
By default if it is not possible to connect to and authenticate with the target node
4141
(for example if it is stopped), the operation will fail.
4242
To learn more, see the
43-
.Lk https://rabbitmq.com/monitoring.html "RabbitMQ Monitoring guide"
43+
.Lk https://www.rabbitmq.com/monitoring.html "RabbitMQ Monitoring guide"
4444
.
4545
.\" ------------------------------------------------------------------
4646
.Sh OPTIONS
@@ -81,14 +81,14 @@ Default is
8181
.It Fl l , Fl -longnames
8282
Must be specified when the cluster is configured to use long (FQDN) node names.
8383
To learn more, see the
84-
.Lk https://rabbitmq.com/clustering.html "RabbitMQ Clustering guide"
84+
.Lk https://www.rabbitmq.com/clustering.html "RabbitMQ Clustering guide"
8585
.It Fl -erlang-cookie Ar cookie
8686
Shared secret to use to authenticate to the target node.
8787
Prefer using a local file or the
8888
.Ev RABBITMQ_ERLANG_COOKIE
8989
environment variable instead of specifying this option on the command line.
9090
To learn more, see the
91-
.Lk https://rabbitmq.com/cli.html "RabbitMQ CLI Tools guide"
91+
.Lk https://www.rabbitmq.com/cli.html "RabbitMQ CLI Tools guide"
9292
.El
9393
.\" ------------------------------------------------------------------
9494
.Sh COMMANDS
@@ -215,7 +215,7 @@ in
215215
Lists resource alarms, if any, in the cluster.
216216
.Pp
217217
See
218-
.Lk https://rabbitmq.com/alarms.html "RabbitMQ Resource Alarms guide"
218+
.Lk https://www.rabbitmq.com/alarms.html "RabbitMQ Resource Alarms guide"
219219
to learn more.
220220
.Pp
221221
Example:
@@ -236,7 +236,7 @@ Health check that fails (returns with a non-zero code) if there are alarms
236236
in effect on any of the cluster nodes.
237237
.Pp
238238
See
239-
.Lk https://rabbitmq.com/alarms.html "RabbitMQ Resource Alarms guide"
239+
.Lk https://www.rabbitmq.com/alarms.html "RabbitMQ Resource Alarms guide"
240240
to learn more.
241241
.Pp
242242
Example:
@@ -268,7 +268,7 @@ Health check that fails (returns with a non-zero code) if there are alarms
268268
in effect on the target node.
269269
.Pp
270270
See
271-
.Lk https://rabbitmq.com/alarms.html "RabbitMQ Resource Alarms guide"
271+
.Lk https://www.rabbitmq.com/alarms.html "RabbitMQ Resource Alarms guide"
272272
to learn more.
273273
.Pp
274274
Example:
@@ -285,7 +285,7 @@ The check only validates if a new TCP connection is accepted. It does not
285285
perform messaging protocol handshake or authenticate.
286286
.Pp
287287
See
288-
.Lk https://rabbitmq.com/networking.html "RabbitMQ Networking guide"
288+
.Lk https://www.rabbitmq.com/networking.html "RabbitMQ Networking guide"
289289
to learn more.
290290
.Pp
291291
Example:
@@ -299,7 +299,7 @@ is not listening on the specified port (there is no listener that
299299
uses that port).
300300
.Pp
301301
See
302-
.Lk https://rabbitmq.com/networking.html "RabbitMQ Networking guide"
302+
.Lk https://www.rabbitmq.com/networking.html "RabbitMQ Networking guide"
303303
to learn more.
304304
.Pp
305305
Example:
@@ -312,7 +312,7 @@ Health check that fails (returns with a non-zero code) if the target node
312312
does not have a listener for the specified protocol.
313313
.Pp
314314
See
315-
.Lk https://rabbitmq.com/networking.html "RabbitMQ Networking guide"
315+
.Lk https://www.rabbitmq.com/networking.html "RabbitMQ Networking guide"
316316
to learn more.
317317
.Pp
318318
Example:
@@ -369,7 +369,7 @@ Example:
369369
Runs a peer discovery on the target node and prints the discovered nodes, if any.
370370
.Pp
371371
See
372-
.Lk https://rabbitmq.com/cluster-formation.html "RabbitMQ Cluster Formation guide"
372+
.Lk https://www.rabbitmq.com/cluster-formation.html "RabbitMQ Cluster Formation guide"
373373
to learn more.
374374
.Pp
375375
Example:
@@ -389,7 +389,7 @@ to authenticate CLI tools and peers. The value can be compared with the hash
389389
found in error messages of CLI tools.
390390
.Pp
391391
See
392-
.Lk https://rabbitmq.com/clustering.html#erlang-cookie "RabbitMQ Clustering guide"
392+
.Lk https://www.rabbitmq.com/clustering.html#erlang-cookie "RabbitMQ Clustering guide"
393393
to learn more.
394394
.Pp
395395
Example:
@@ -492,7 +492,7 @@ what protocols and ports the node is listening on for client, CLI tool
492492
and peer connections.
493493
.Pp
494494
See
495-
.Lk https://rabbitmq.com/networking.html "RabbitMQ Networking guide"
495+
.Lk https://www.rabbitmq.com/networking.html "RabbitMQ Networking guide"
496496
to learn more.
497497
.Pp
498498
Example:
@@ -544,7 +544,7 @@ terabytes
544544
.El
545545
.Pp
546546
See
547-
.Lk https://rabbitmq.com/memory-use.html "RabbitMQ Memory Use guide"
547+
.Lk https://www.rabbitmq.com/memory-use.html "RabbitMQ Memory Use guide"
548548
to learn more.
549549
.Pp
550550
Example:
@@ -615,7 +615,7 @@ Note that RabbitMQ can be configured to only accept a subset of those
615615
versions, for example, SSLv3 is deactivated by default.
616616
.Pp
617617
See
618-
.Lk https://rabbitmq.com/ssl.html "RabbitMQ TLS guide"
618+
.Lk https://www.rabbitmq.com/ssl.html "RabbitMQ TLS guide"
619619
to learn more.
620620
.Pp
621621
Example:

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
## Make clustering happen *automatically* at startup. Only applied
502502
## to nodes that have just been reset or started for the first time.
503503
##
504-
## Relevant doc guide: https://rabbitmq.com//cluster-formation.html
504+
## Relevant doc guide: https://www.rabbitmq.com//cluster-formation.html
505505
##
506506

507507
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config

deps/rabbit/docs/rabbitmqctl.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ could not authenticate to
4646
the target node successfully.
4747

4848
To learn more, see the
49-
.Lk https://rabbitmq.com/cli.html "RabbitMQ CLI Tools guide"
49+
.Lk https://www.rabbitmq.com/cli.html "RabbitMQ CLI Tools guide"
5050
.\" ------------------------------------------------------------------------------------------------
5151
.Sh OPTIONS
5252
.\" ------------------------------------------------------------------------------------------------
@@ -210,7 +210,7 @@ Stops the Erlang node on which RabbitMQ is running.
210210
To restart the node follow the instructions for
211211
.Qq Running the Server
212212
in the
213-
.Lk https://rabbitmq.com/download.html installation guide .
213+
.Lk https://www.rabbitmq.com/download.html installation guide .
214214
.Pp
215215
If a
216216
.Ar pid_file

0 commit comments

Comments
 (0)