From cebecd7c1eef80896cd8541c343fc060739c0512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Bajsarowicz?= Date: Sun, 22 Mar 2026 21:09:34 +0100 Subject: [PATCH] fix: convert rST link syntax to MyST Markdown in Magento 2 docs The GitHub template link used reStructuredText syntax which renders as inline code in MyST Markdown instead of a clickable link. --- environments/magento2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/magento2.md b/environments/magento2.md index 40424d4..85ce632 100644 --- a/environments/magento2.md +++ b/environments/magento2.md @@ -3,7 +3,7 @@ The below example demonstrates the from-scratch setup of the Magento 2 application for local development. A similar process can easily be used to configure an environment of any other type. This assumes that Warden has been previously started via `warden svc up` as part of the installation procedure. :::{note} -In addition to the below manual process, there is a `Github Template available for Magento 2 `_ allowing for quick setup of new Magento projects. To use this, click the green "Use this template" button to create your own repository based on the template repository, run the init script and update the README with any project specific information. +In addition to the below manual process, there is a [Github Template available for Magento 2](https://github.com/wardenenv/warden-env-magento2) allowing for quick setup of new Magento projects. To use this, click the green "Use this template" button to create your own repository based on the template repository, run the init script and update the README with any project specific information. ::: 1. Create a new directory on your host machine at the location of your choice and then jump into the new directory to get started: