Skip to content

Commit d210d76

Browse files
authored
Fix incorrect link in README.md
1 parent dee9504 commit d210d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The repository contains:
1515
1. Composer `require hypernode/deploy-configuration --dev` package. Only needed when you want to have autocomplete in your `deploy.php`
1616
file.
1717
2. Copy the deploy templates inside the root of your project as `deploy.php`. You can find the template in
18-
[templates/deploy.php](./templates/deploy.php).
18+
[templates/deploy.php](./templates/deploy.magento2.php).
1919
As you can see a `$configuration` variable is assigned a instance of a `Configuration` class.
2020
This configuration object contains the whole deploy configuration and can be altered to your needs using getters/setters.
2121
Change configuration matching you use case, and refer to the documentation for other build in configurations and tasks.

0 commit comments

Comments
 (0)