We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed2f27 commit d3b4726Copy full SHA for d3b4726
docs/blue-green-upgrade.md
@@ -23,7 +23,7 @@ limitations under the License.
23
24
## Overview {#overview}
25
26
-Blue-green deployment is an [upgrade strategy](./upgrade/) that is based on the idea of setting up
+Blue-green deployment is an [upgrade strategy](./upgrade) that is based on the idea of setting up
27
a second RabbitMQ cluster (the "green" one) next to the current production
28
cluster (the "blue" one). Applications are then switched to the "green"
29
cluster. When that migration is done, the "blue" cluster is decommissioned (shut down).
0 commit comments