From 3a728124b6467297d96e822f8424ad77a62a9339 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 18 May 2024 18:13:43 +0300 Subject: [PATCH] Update guide/es/start/installation.md --- guide/es/start/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/es/start/installation.md b/guide/es/start/installation.md index 08234f2..dbf107a 100644 --- a/guide/es/start/installation.md +++ b/guide/es/start/installation.md @@ -9,7 +9,7 @@ Its code is organized in a recommended way. Therefore, it can serve as a good st ## Installing Composer If you do not already have Composer installed, you may do so by following the instructions at -[Composer](https://getcomposer.org). On Linux and Mac OS X, you'll run the following commands: +[getcomposer.org](https://getcomposer.org/download/). On Linux and Mac OS X, you'll run the following commands: ```bash curl -sS https://getcomposer.org/installer | php