Skip to content

Commit 647eecd

Browse files
authored
Fix CATS issues (dotnet#1167)
* fix anchor * fix broken links * fix broken link * fix broken link * change link to https * change links to https * change links to https * more fixes * feedback
1 parent 71b8e25 commit 647eecd

24 files changed

+107
-110
lines changed

ThirdPartyNotices

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ see the [LICENSE](LICENSE) file, and grant you a license to any code in the repo
77
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation
88
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
99
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
10-
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
10+
Microsoft's general trademark guidelines can be found at https://go.microsoft.com/fwlink/?LinkID=254653.
1111

1212
Privacy information can be found at https://privacy.microsoft.com/en-us/
1313

includes/vbstrconv-wide-md.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The conversion may use Normalization Form C even if an input character is already full-width. For example, the string "は゛" (which is already full-width) is normalized to "ば". See [Unicode normalization forms](http://unicode.org/reports/tr15).
1+
The conversion may use Normalization Form C even if an input character is already full-width. For example, the string "は゛" (which is already full-width) is normalized to "ば". See [Unicode normalization forms](https://unicode.org/reports/tr15).

includes/wif-samlmeta-ref-md.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For more information about the element that this class represents, see the following specification: [Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0](https://go.microsoft.com/fwlink/?LinkId=231291) (http://go.microsoft.com/fwlink/?LinkId=231291).
1+
For more information about the element that this class represents, see the following specification: [Metadata for the OASIS Security Assertion Markup Language (SAML) V2.0](https://go.microsoft.com/fwlink/?LinkId=231291).

xml/System.Data.SqlTypes/SqlCompareOptions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
</ReturnValue>
218218
<MemberValue>2</MemberValue>
219219
<Docs>
220-
<summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at http://www.unicode.org.</summary>
220+
<summary>Specifies that <see cref="T:System.Data.SqlTypes.SqlString" /> comparisons must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at https://www.unicode.org.</summary>
221221
</Docs>
222222
</Member>
223223
<Member MemberName="IgnoreWidth">

xml/System.Data.SqlTypes/SqlString.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ SqlString mySqlString = new SqlString("abc", CultureInfo.CurrentCulture.LCID);
13231323
<format type="text/markdown"><![CDATA[
13241324
13251325
## Remarks
1326-
The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at http://www.unicode.org.
1326+
The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at <https://www.unicode.org>.
13271327
13281328
<xref:System.Data.SqlTypes.SqlString.IgnoreNonSpace> functions as a constant for the <xref:System.Data.SqlTypes.SqlString> class.
13291329

xml/System.Data/DataTable.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5245,7 +5245,7 @@ public class A {
52455245
<Parameter Name="filterExpression" Type="System.String" />
52465246
</Parameters>
52475247
<Docs>
5248-
<param name="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](http://www.csharp-examples.net/dataview-rowfilter/).</param>
5248+
<param name="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](https://www.csharp-examples.net/dataview-rowfilter/).</param>
52495249
<summary>Gets an array of all <see cref="T:System.Data.DataRow" /> objects that match the filter criteria.</summary>
52505250
<returns>An array of <see cref="T:System.Data.DataRow" /> objects.</returns>
52515251
<remarks>
@@ -5305,7 +5305,7 @@ public class A {
53055305
<Parameter Name="sort" Type="System.String" />
53065306
</Parameters>
53075307
<Docs>
5308-
<param name="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](http://www.csharp-examples.net/dataview-rowfilter/).</param>
5308+
<param name="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](https://www.csharp-examples.net/dataview-rowfilter/).</param>
53095309
<param name="sort">A string specifying the column and sort direction.</param>
53105310
<summary>Gets an array of all <see cref="T:System.Data.DataRow" /> objects that match the filter criteria, in the specified sort order.</summary>
53115311
<returns>An array of <see cref="T:System.Data.DataRow" /> objects matching the filter expression.</returns>
@@ -5365,7 +5365,7 @@ public class A {
53655365
<Parameter Name="recordStates" Type="System.Data.DataViewRowState" />
53665366
</Parameters>
53675367
<Docs>
5368-
<param name="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](http://www.csharp-examples.net/dataview-rowfilter/).</param>
5368+
<param name="filterExpression">The criteria to use to filter the rows. For examples on how to filter rows, see [DataView RowFilter Syntax [C#]](https://www.csharp-examples.net/dataview-rowfilter/).</param>
53695369
<param name="sort">A string specifying the column and sort direction.</param>
53705370
<param name="recordStates">One of the <see cref="T:System.Data.DataViewRowState" /> values.</param>
53715371
<summary>Gets an array of all <see cref="T:System.Data.DataRow" /> objects that match the filter in the order of the sort that match the specified state.</summary>
@@ -7659,4 +7659,4 @@ xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
76597659
</Docs>
76607660
</Member>
76617661
</Members>
7662-
</Type>
7662+
</Type>

xml/System.Globalization/TextInfo.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
<format type="text/markdown"><![CDATA[
874874
875875
## Remarks
876-
The returned string might differ in length from the input string. For more information on casing, refer to the Unicode Technical Report #21 "Case Mappings," published by the Unicode Consortium (http://www.unicode.org). The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
876+
The returned string might differ in length from the input string. For more information on casing, refer to the Unicode Technical Report #21 "Case Mappings," published by the [Unicode Consortium](https://www.unicode.org). The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
877877
878878
Casing semantics depend on the culture in use. For the invariant culture, the casing semantics are not culture-sensitive. For a specific culture, the casing semantics are sensitive to that culture.
879879
@@ -1151,7 +1151,7 @@
11511151
<format type="text/markdown"><![CDATA[
11521152
11531153
## Remarks
1154-
The returned string might differ in length from the input string. For more information on casing, refer to the Unicode Technical Report #21 "Case Mappings," published by the Unicode Consortium (http://www.unicode.org). The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
1154+
The returned string might differ in length from the input string. For more information on casing, refer to the Unicode Technical Report #21 "Case Mappings," published by the Unicode Consortium (https://www.unicode.org). The current implementation preserves the length of the string. However, this behavior is not guaranteed and could change in future implementations.
11551155
11561156
Casing semantics depend on the culture in use. For the invariant culture, the casing semantics are not culture-sensitive. For a specific culture, the casing semantics are sensitive to that culture.
11571157

0 commit comments

Comments
 (0)