aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/url/index.html
diff options
context:
space:
mode:
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>