From 652b5348a620eeba7cf413cae8c684271a24ceb5 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 15 Jul 2020 19:13:16 -0300 Subject: [PATCH] Fixing an error There was a newline breaking the link: "[aqui] (https://github.com/sqlmapproject/sqlmap/tarball/master)" --- doc/translations/README-pt-BR.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/translations/README-pt-BR.md b/doc/translations/README-pt-BR.md index 71f755d1d..a2af1e3eb 100644 --- a/doc/translations/README-pt-BR.md +++ b/doc/translations/README-pt-BR.md @@ -14,8 +14,7 @@ Você pode visitar a [coleção de imagens](https://github.com/sqlmapproject/sql Instalação ---- -Você pode baixar o arquivo tar mais recente clicando [aqui] -(https://github.com/sqlmapproject/sqlmap/tarball/master) ou o arquivo zip mais recente clicando [aqui](https://github.com/sqlmapproject/sqlmap/zipball/master). +Você pode baixar o arquivo tar mais recente clicando [aqui](https://github.com/sqlmapproject/sqlmap/tarball/master) ou o arquivo zip mais recente clicando [aqui](https://github.com/sqlmapproject/sqlmap/zipball/master). De preferência, você pode baixar o sqlmap clonando o repositório [Git](https://github.com/sqlmapproject/sqlmap):