diff --git a/xml/System/String.xml b/xml/System/String.xml index 8ec198321b2..0f0c6fd3ca9 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -99,7 +99,7 @@ A string is a sequential collection of characters that is used to represent text. A object is a sequential collection of objects that represent a string; a object corresponds to a UTF-16 code unit. The value of the object is the content of the sequential collection of objects, and that value is immutable (that is, it is read-only). For more information about the immutability of strings, see the [Immutability and the StringBuilder class](#Immutability) section later in this topic. The maximum size of a object in memory is 2GB, or about 1 billion characters. -For more information about Unicode, UTF-16, code units, code points, and the and types, see [Introduction to character encoding in .NET](~/docs/dotnet/standard/base-types/character-encoding-introduction.md). +For more information about Unicode, UTF-16, code units, code points, and the and types, see [Introduction to character encoding in .NET](/dotnet/standard/base-types/character-encoding-introduction). In this section: @@ -225,7 +225,7 @@ For more information about Unicode, UTF-16, code units, code points, and the method and the class to enumerate all the text elements in a string. You can also retrieve an array that contains the starting index of each text element by calling the method. - For more information about working with units of text rather than individual values, see [Introduction to character encoding in .NET](~/docs/dotnet/standard/base-types/character-encoding-introduction.md). + For more information about working with units of text rather than individual values, see [Introduction to character encoding in .NET](/dotnet/standard/base-types/character-encoding-introduction). ## Null strings and empty strings