Skip to content

Commit 8f384e5

Browse files
v-maudelRon Petrusha
authored andcommitted
C26950: Escaping sample URL to show it as text. (#6168)
Hello, @mcleblanc, Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. "This is an instance of source issue since links for products that have migrated to markdig should be written in the []() form. Nonetheless, this link reported as missing in the targets does not redirect to any URL, thus it should be escaped" Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
1 parent 9ba0a96 commit 8f384e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/configure-apps/file-schema/network/remove-element-for-webrequestmodules-network-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Removes a custom Web request module from the application.
5151
## Remarks
5252
The `remove` element removes the registered Web request module for the specified URI prefix.
5353

54-
The value for the `prefix` attribute should be the leading characters of a valid URI -- for example, "http", or "http://www.contoso.com".
54+
The value for the `prefix` attribute should be the leading characters of a valid URI -- for example, "http", or "`http://www.contoso.com` ".
5555

5656
## Configuration Files
5757
This element can be used in the application configuration file or the machine configuration file (Machine.config).

0 commit comments

Comments
 (0)