From fd96647ba81fa6b278e02ea8ad5c7cb6ff5c2c70 Mon Sep 17 00:00:00 2001 From: Norton Date: Sun, 20 Feb 2022 11:45:58 +0300 Subject: [PATCH] Replaced link to obsolete Uri.MakeRelative with Uri.MakeRelativeUri --- xml/System/Uri.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Uri.xml b/xml/System/Uri.xml index a82f5cb0729..60ef3dd8983 100644 --- a/xml/System/Uri.xml +++ b/xml/System/Uri.xml @@ -72,7 +72,7 @@ ## Remarks A URI is a compact representation of a resource available to your application on the intranet or internet. The class defines the properties and methods for handling URIs, including parsing, comparing, and combining. The class properties are read-only; to create a modifiable object, use the class. - Relative URIs (for example, "/new/index.htm") must be expanded with respect to a base URI so that they are absolute. The method is provided to convert absolute URIs to relative URIs when necessary. + Relative URIs (for example, "/new/index.htm") must be expanded with respect to a base URI so that they are absolute. The method is provided to convert absolute URIs to relative URIs when necessary. The constructors do not escape URI strings if the string is a well-formed URI including a scheme identifier.