From f75d3f8a27f423e67666e658535d48a4100b1866 Mon Sep 17 00:00:00 2001 From: Asaf Malin <116791938+Asaf-Malin@users.noreply.github.com> Date: Wed, 8 May 2024 17:27:07 +0300 Subject: [PATCH] Update README.md fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03bfdc2..d73724b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the necessary Dockerfile and Docker Compose configurati The setup includes the official WordPress Docker image, enhanced with Xdebug and WP-CLI for debugging and command-line operations, respectively. The Docker Compose configuration spins up two services: WordPress and MySQL. -To understand how to use this setup for your local WordPress development, please refer to the comprehensive [blog post](https://wpml.org/?p=1379666) that walks you through each step. +To understand how to use this setup for your local WordPress development, please refer to the comprehensive [blog post](https://wpml.org/tutorials/2023/06/local-wordpress-development-with-docker-phpstorm-xdebug/) that walks you through each step. Feel free to pull this code, try it out, and suggest improvements!