From 59ca09a210fd0f028a04760e6817b6972b785ccf Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 10 Oct 2017 02:02:23 +0200 Subject: [PATCH] Make the link in wordpress.md point to the right engine doc (#4838) Although there's a redirect, it's better to link to to the right place. --- compose/wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/wordpress.md b/compose/wordpress.md index 0e3cdc44db..3ccaf95ed6 100644 --- a/compose/wordpress.md +++ b/compose/wordpress.md @@ -66,7 +66,7 @@ Compose to set up and run WordPress. Before starting, you'll need to have > **Notes**: > * The docker volume `db_data` persists any updates made by Wordpress - to the database. [Learn more about docker volumes](/engine/tutorials/dockervolumes.md) + to the database. [Learn more about docker volumes](/engine/admin/volumes/volumes/) > * WordPress Multisite works only on ports `80` and `443`. {: .note-vanilla}