diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-06-03 13:31:20 -0600 |
commit | 790a78e3cf1ec8610699ed34255d459f84a92a18 (patch) | |
tree | a62702ae158c36167e3047f7be5d16197cff0859 /pt-br/php-composer-pt.html.markdown | |
parent | 29bf4c1b9f353fa3321f663dc52c1b227a1ed9e5 (diff) |
Remove bare links
Diffstat (limited to 'pt-br/php-composer-pt.html.markdown')
-rw-r--r-- | pt-br/php-composer-pt.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pt-br/php-composer-pt.html.markdown b/pt-br/php-composer-pt.html.markdown index 0ae83cf9..87cffe5c 100644 --- a/pt-br/php-composer-pt.html.markdown +++ b/pt-br/php-composer-pt.html.markdown @@ -24,8 +24,7 @@ php composer.phar about curl -sS https://getcomposer.org/installer | php -- --install-dir=~/bin --filename=composer ``` -Usuários Windows devem seguir as Instruções de instalação para Windows: -https://getcomposer.org/doc/00-intro.md#installation-windows (EN) +Usuários Windows devem seguir as [Instruções de instalação para Windows](https://getcomposer.org/doc/00-intro.md#installation-windows) (EN) ## Confirmando a instalação |