aboutsummaryrefslogtreecommitdiff
path: root/files/id/glossary/url/index.html
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-04-29 16:16:42 -0700
committerGitHub <noreply@github.com>2021-04-29 16:16:42 -0700
commit95aca4b4d8fa62815d4bd412fff1a364f842814a (patch)
tree5e57661720fe9058d5c7db637e764800b50f9060 /files/id/glossary/url/index.html
parentee3b1c87e3c8e72ca130943eed260ad642246581 (diff)
downloadtranslated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2
translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip
remove retired locales (#699)
Diffstat (limited to 'files/id/glossary/url/index.html')
-rw-r--r--files/id/glossary/url/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/files/id/glossary/url/index.html b/files/id/glossary/url/index.html
deleted file mode 100644
index 0a7c62889a..0000000000
--- a/files/id/glossary/url/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: URL
-slug: Glossary/URL
-tags:
- - Glossary
- - Infrastructure
-translation_of: Glossary/URL
----
-<p><em>Uniform Resource Locator</em> (<strong>URL</strong>) adalah sebuah teks <em>string </em>yang menentukan dimana sebuah sumber daya dapat ditemukan di internet.</p>
-
-<p>Dalam konteks {{Glossary("HTTP")}}, URL disebut sebagai "alamat Web" atau "tautan". Browser Anda menampilkan URL pada <em>address bar</em>, seperti <code>https://developer.mozilla.org</code></p>
-
-<p>URL juga dapat digunakan untuk mentransfer <em>file</em> ({{Glossary("FTP")}}) , <em>email</em> ({{Glossary("SMTP")}}), dan aplikasi lainnya.</p>
-
-<h2 id="Pelajari_juga">Pelajari juga</h2>
-
-<h3 id="Pengetahuan_umum"><strong>Pengetahuan umum</strong></h3>
-
-<ul>
- <li>{{Interwiki("wikipedia", "URL")}} di Wikipedia</li>
-</ul>
-
-<h3 id="Pelajari_ini">Pelajari ini</h3>
-
-<ul>
- <li><a href="/id/Learn/Understanding_URLs">Memahami URL dan strukturnya</a></li>
-</ul>