Skip to content

Commit 32b604a

Browse files
Update unsafe JSON link (dotnet#5191)
This appears to have moved in dotnet/docs#21626.
1 parent 05eb2f0 commit 32b604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Encodings.Web/JavaScriptEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Unlike the <xref:System.Text.Encodings.Web.JavaScriptEncoder.Default> encoding (
192192
193193
Unlike the <xref:System.Text.Encodings.Web.JavaScriptEncoder.Default> encoder, this encoder instance allows some other characters (such as '+') to go through unescaped and therefore must be used cautiously.
194194
195-
For more information about why this could be **unsafe**, see [Serialize all characters](/dotnet/standard/serialization/system-text-json-how-to#serialize-all-characters).
195+
For more information about why this could be **unsafe**, see [Serialize all characters](/dotnet/standard/serialization/system-text-json-character-encoding#serialize-all-characters).
196196
197197
]]></format>
198198
</remarks>

0 commit comments

Comments
 (0)