Skip to content

Commit a5a9f59

Browse files
authored
Fix broken links (#4223)
* fix broken links
1 parent dafb6d9 commit a5a9f59

File tree

20 files changed

+53
-81
lines changed

20 files changed

+53
-81
lines changed

xml/System.Data.SqlClient/SqlColumnEncryptionCertificateStoreProvider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<Docs>
2121
<summary>The implementation of the key store provider for Windows Certificate Store. This class enables using certificates stored in the Windows Certificate Store as column master keys. For details, see <see href="https://docs.microsoft.com/sql/relational-databases/security/encryption/always-encrypted-database-engine">Always Encrypted</see>.</summary>
2222
<remarks>To be added.</remarks>
23-
<related type="ExternalDocumentation" href="https://blogs.msdn.microsoft.com/sqlsecurity/tag/always-encrypted/">Always Encrypted (blog posts)</related>
24-
<related type="ExternalDocumentation" href="https://msdn.microsoft.com/library/mt147923.aspx">Always Encrypted (client development)</related>
23+
<related type="ExternalDocumentation" href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
24+
<related type="ExternalDocumentation" href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
2525
</Docs>
2626
<Members>
2727
<Member MemberName=".ctor">

xml/System.Data.SqlClient/SqlColumnEncryptionCngProvider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
2424
]]></format>
2525
</remarks>
26-
<related type="ExternalDocumentation" href="https://blogs.msdn.microsoft.com/sqlsecurity/tag/always-encrypted/">Always Encrypted (blog posts)</related>
27-
<related type="ExternalDocumentation" href="https://msdn.microsoft.com/library/mt147923.aspx">Always Encrypted (client development)</related>
26+
<related type="ExternalDocumentation" href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
27+
<related type="ExternalDocumentation" href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
2828
</Docs>
2929
<Members>
3030
<Member MemberName=".ctor">

xml/System.Data.SqlClient/SqlColumnEncryptionCspProvider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
2424
]]></format>
2525
</remarks>
26-
<related type="ExternalDocumentation" href="https://blogs.msdn.microsoft.com/sqlsecurity/tag/always-encrypted/">Always Encrypted (blog posts)</related>
27-
<related type="ExternalDocumentation" href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Always Encrypted (client development)</related>
26+
<related type="ExternalDocumentation" href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
27+
<related type="ExternalDocumentation" href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
2828
</Docs>
2929
<Members>
3030
<Member MemberName=".ctor">

xml/System.Data.SqlClient/SqlColumnEncryptionKeyStoreProvider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<Docs>
1717
<summary>Base class for all key store providers. A custom provider must derive from this class and override its member functions and then register it using SqlConnection.RegisterColumnEncryptionKeyStoreProviders(). For details see, <see href="https://docs.microsoft.com/sql/relational-databases/security/encryption/always-encrypted-database-engine">Always Encrypted</see>.</summary>
1818
<remarks>To be added.</remarks>
19-
<related type="ExternalDocumentation" href="https://blogs.msdn.microsoft.com/sqlsecurity/tag/always-encrypted/">Always Encrypted (blog posts)</related>
20-
<related type="ExternalDocumentation" href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Always Encrypted (client development)</related>
19+
<related type="ExternalDocumentation" href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
20+
<related type="ExternalDocumentation" href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
2121
</Docs>
2222
<Members>
2323
<Member MemberName=".ctor">

xml/System.Net/HttpListenerRequest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,7 @@
12031203
In a URL, the query information is separated from the path information by a question mark (?). Name/value pairs are separated by an equals sign (=). To access the query data as a single string, get the <xref:System.Uri.Query%2A> property value from the <xref:System.Uri> object returned by <xref:System.Net.HttpListenerRequest.Url%2A>.
12041204
12051205
> [!NOTE]
1206-
> Queries without an equal sign (example: [http://www.contoso.com/query.htm?Name](http://www.contoso.com/query.htm?Name) ) are added to the `null` key in the <xref:System.Collections.Specialized.NameValueCollection>.
1207-
1208-
1206+
> Queries without an equals sign (for example, `http://www.contoso.com/query.htm?Name`) are added to the `null` key in the <xref:System.Collections.Specialized.NameValueCollection>.
12091207
12101208
## Examples
12111209
The following code example demonstrates using the <xref:System.Net.HttpListenerRequest.QueryString%2A> property.

xml/System.Reflection.Metadata.Ecma335/MetadataBuilder.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,11 @@ Entries may be added in any order. The table is automatically sorted when serial
372372
373373
## Remarks
374374
375-
For more information about `name`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-name-blob>.
375+
For more information about `name`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-name-blob>.
376376
377-
For more information about common values for `hashAlgorithm`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-table-0x30>.
377+
For more information about common values for `hashAlgorithm`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-table-0x30>.
378378
379-
For more information about common values for `language`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-table-0x30>.
379+
For more information about common values for `language`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-table-0x30>.
380380
381381
]]></format>
382382
</remarks>
@@ -778,7 +778,7 @@ Constraints must be added in the same order as the corresponding generic paramet
778778
779779
## Remarks
780780
781-
For more information about `imports`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#imports-blob>.
781+
For more information about `imports`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#imports-blob>.
782782
783783
]]></format>
784784
</remarks>
@@ -860,7 +860,7 @@ If a type implements multiple interfaces, the corresponding entries must be adde
860860
861861
## Remarks
862862
863-
For more information about `signature`, see: [LocalConstantSig Blob](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#localconstantsig-blob) on GitHub.
863+
For more information about `signature`, see: [LocalConstantSig Blob](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#localconstantsig-blob) on GitHub.
864864
865865
]]></format>
866866
</remarks>
@@ -1093,7 +1093,7 @@ Entries may be added in any order. The table is automatically sorted when serial
10931093
10941094
## Remarks
10951095
1096-
For more information about `sequencePoints`, see: [Sequence Points Blob](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#sequence-points-blob) on GitHub.
1096+
For more information about `sequencePoints`, see: [Sequence Points Blob](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#sequence-points-blob) on GitHub.
10971097
10981098
]]></format>
10991099
</remarks>
@@ -1931,7 +1931,7 @@ Entires must be added in the same order as the corresponding type definitions.
19311931
19321932
## Remarks
19331933
1934-
For more information about document name blobs, see: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#DocumentNameBlob
1934+
For more information about document name blobs, see: https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#DocumentNameBlob
19351935
19361936
]]></format>
19371937
</remarks>

xml/System.Reflection.Metadata/Document.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
## Remarks
3333
34-
For more information, see [Portable PDB v1.0: Format Specification](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-table-0x30).
34+
For more information, see [Portable PDB v1.0: Format Specification](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-table-0x30).
3535
3636
]]></format>
3737
</remarks>

xml/System.Reflection.Metadata/ImportScope.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
## Remarks
3333
34-
See [ImportScope Table" 0x35](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#importscope-table-0x35) for more information.
34+
See [ImportScope Table" 0x35](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#importscope-table-0x35) for more information.
3535
3636
]]></format>
3737
</remarks>

xml/System.Reflection.Metadata/LocalConstant.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
## Remarks
3333
34-
See [LocalConstant Table: 0x34](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#localconstant-table-0x34).
34+
See [LocalConstant Table: 0x34](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#localconstant-table-0x34).
3535
3636
]]></format>
3737
</remarks>

xml/System.Reflection.Metadata/LocalScope.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
## Remarks
3333
34-
See [LocalScope Table: 0x32](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#localscope-table-0x32).
34+
See [LocalScope Table: 0x32](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#localscope-table-0x32).
3535
3636
]]></format>
3737
</remarks>

0 commit comments

Comments
 (0)