From 2e7940d8e06ab5b2661672133db0778df22597a6 Mon Sep 17 00:00:00 2001 From: "Robert D. Hernandez" Date: Fri, 9 May 2025 10:50:52 -0500 Subject: [PATCH] Update do-you-know-all-the-components-of-a-url.md --- data/guides/do-you-know-all-the-components-of-a-url.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/guides/do-you-know-all-the-components-of-a-url.md b/data/guides/do-you-know-all-the-components-of-a-url.md index ef790d9..3f71dc9 100644 --- a/data/guides/do-you-know-all-the-components-of-a-url.md +++ b/data/guides/do-you-know-all-the-components-of-a-url.md @@ -18,7 +18,7 @@ Uniform Resource Locator (URL) is a term familiar to most people, as it is used URLs comprise several components: * **The protocol or scheme**, such as http, https, and ftp. -* **The domain name and port**, separated by a period (.) +* **The domain name and port**, separated by a colon (:) * **The path to the resource**, separated by a slash (/) * **The parameters**, which start with a question mark (?) and consist of key-value pairs, such as a=b&c=d. * **The fragment or anchor**, indicated by a pound sign (#), which is used to bookmark a specific section of the resource.