Skip to content

Commit d3b4726

Browse files
committed
blue-green-upgrade.md: Use canonical Docusaurus link
I.e. drop the trailing forward slash.
1 parent 5ed2f27 commit d3b4726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blue-green-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323

2424
## Overview {#overview}
2525

26-
Blue-green deployment is an [upgrade strategy](./upgrade/) that is based on the idea of setting up
26+
Blue-green deployment is an [upgrade strategy](./upgrade) that is based on the idea of setting up
2727
a second RabbitMQ cluster (the "green" one) next to the current production
2828
cluster (the "blue" one). Applications are then switched to the "green"
2929
cluster. When that migration is done, the "blue" cluster is decommissioned (shut down).

0 commit comments

Comments
 (0)