From 34751b96cf64dd3f17b0cfd779822a5fd68a26f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Sun, 8 Nov 2020 18:54:29 +0100 Subject: [PATCH] fix: broken link --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index c68315b30..fd9f9ff7b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -14,7 +14,7 @@ To install and AzerothCore using Docker, you have two options #### Option A. Using Docker Compose (very easy - recommended) -- Check the [Install with Docker](http://www.azerothcore.org/wiki/install-with-Docker) guide. +- Check the [Install with Docker](https://www.azerothcore.org/wiki/Install-with-Docker) guide. #### Option B. Build and start each container manually (longer - not recommended)