From 2a35836913a45cbe739f367dd2a7d1af0122199f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Kr=C3=A4ftner?= Date: Mon, 1 Jul 2024 17:46:47 +0200 Subject: [PATCH] fix markdown link --- docs/03-WordPress-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-WordPress-Integration.md b/docs/03-WordPress-Integration.md index e732544..d353096 100644 --- a/docs/03-WordPress-Integration.md +++ b/docs/03-WordPress-Integration.md @@ -74,7 +74,7 @@ WP Starter provides an option to register default themes shipped with core packa There's also the `move-content` option that when set to `true` tells WP Starter to moves the entire `wp-content` folder shipped with a WordPress package into the project's content folder. -If there's no interest in default plugin/themes, the suggested approach is to use the [Root's package]((https://roots.io/)), [wp-downloader](https://github.com/wecodemore/wp-downloader), or a custom package that points to a "*no-content*" WordPress distribution. +If there's no interest in default plugin/themes, the suggested approach is to use the [Root's package](https://roots.io/), [wp-downloader](https://github.com/wecodemore/wp-downloader), or a custom package that points to a "*no-content*" WordPress distribution.