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: