aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/url/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossario/url/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossario/url/index.html')
-rw-r--r--files/pt-br/glossario/url/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/files/pt-br/glossario/url/index.html b/files/pt-br/glossario/url/index.html
deleted file mode 100644
index 1012b7004e..0000000000
--- a/files/pt-br/glossario/url/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: URL
-slug: Glossario/URL
-tags:
- - Glossário
- - Infraestrutura
-translation_of: Glossary/URL
----
-<p><em>Uniform Resource Locator</em> (<strong>URL</strong>) é uma sequência de texto que especifica onde um recurso pode ser encontrado na Internet.</p>
-
-<p>No contexto de {{Glossary("HTTP")}}, URLs são chamadas de "Endereços web" ou "link". Seu navegador exibe as URLs na barra de endereços, por exemplo <code>https://developer.mozilla.org</code></p>
-
-<p>URLs também podem ser usadas para transferir arquivos por ({{Glossary("FTP")}}) , emails ({{Glossary("SMTP")}}), e outras aplicações.</p>
-
-<h2 id="Aprenda_mais">Aprenda mais</h2>
-
-<h3 id="Conhecimento_Geral"><strong>Conhecimento Geral</strong></h3>
-
-<ul>
- <li>{{Interwiki("wikipedia", "URL")}} na Wikipedia</li>
-</ul>
-
-<h3 id="Saiba_mais">Saiba mais</h3>
-
-<ul>
- <li><a href="/en-US/Learn/Understanding_URLs">Entendendo URLs e sua estrutura</a></li>
-</ul>