From 58d75e14c2f529987fcfa969e1e4311a666af079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20H=C3=A9lias?= Date: Mon, 26 Feb 2024 16:20:50 +0100 Subject: [PATCH] docs: update template-sync link --- docs/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/updating.md b/docs/updating.md index 022bc6709..f406d56c2 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -6,7 +6,7 @@ To import the changes made to the *Symfony Docker* template into your project, w 1. Run the script to synchronize your project with the latest version of the skeleton: ```console - curl -sSL https://raw.githubusercontent.com/mano-lis/template-sync/main/template-sync.sh | sh -s -- https://github.com/dunglas/symfony-docker + curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/dunglas/symfony-docker ``` 2. Resolve conflicts, if any