From 101db2c1c35f5ab6263409c6797cf3c942d95851 Mon Sep 17 00:00:00 2001 From: Stephan van Stekelenburg Date: Fri, 20 Oct 2023 18:02:12 +0200 Subject: [PATCH] link to w3c clarification for further reading (#11) as the title suggests ;-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff32bf0..685db09 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ URL stands for Uniform Resource Locator, the key concept of HTTP. It is the addr URN stands for Uniform Resource Name. It uses the urn scheme. URNs cannot be used to locate a resource. A simple example given in the diagram is composed of a namespace and a namespace-specific string. -If you would like to learn more detail on the subject, I would recommend W3C’s clarification. +If you would like to learn more detail on the subject, I would recommend [W3C’s clarification](https://www.w3.org/TR/uri-clarification/). ## CI/CD