Skip to content

Commit 0571618

Browse files
luyajun0205v-susu1mairaw
authored
The 3rd batch patch for msdn url (#4381)
* The 3rd batch patch for msdn url * Apply suggestions from code review Co-authored-by: Maira Wenzel <[email protected]> * Apply suggestions from code review Co-authored-by: Maira Wenzel <[email protected]> Co-authored-by: v-susu <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent 0ee26cf commit 0571618

File tree

99 files changed

+317
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+317
-325
lines changed

xml/System.Linq/ParallelEnumerable.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10639,7 +10639,7 @@
1063910639
<exception cref="T:System.InvalidOperationException">
1064010640
<paramref name="WithCancellation" /> is used multiple times in the query.</exception>
1064110641
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
10642-
<related type="Article" href="https://msdn.microsoft.com/library/80b14640-edfa-4153-be1b-3e003d3e9c1a">How to: Cancel a PLINQ Query</related>
10642+
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-cancel-a-plinq-query">How to: Cancel a PLINQ Query</related>
1064310643
<related type="Article" href="/dotnet/standard/threading/cancellation-in-managed-threads">Cancellation</related>
1064410644
</Docs>
1064510645
</Member>
@@ -10799,8 +10799,8 @@
1079910799
<exception cref="T:System.InvalidOperationException">
1080010800
<paramref name="WithMergeOptions" /> is used multiple times in the query.</exception>
1080110801
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
10802-
<related type="Article" href="https://msdn.microsoft.com/library/e8f7be3b-88de-4f33-ab14-dc008e76c1ba">Merge Options in PLINQ</related>
10803-
<related type="Article" href="https://msdn.microsoft.com/library/0f33b527-e91a-4550-a39a-e63e396fd831">How to: Specify Merge Options in PLINQ</related>
10802+
<related type="Article" href="/dotnet/standard/parallel-programming/merge-options-in-plinq">Merge Options in PLINQ</related>
10803+
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-specify-merge-options-in-plinq">How to: Specify Merge Options in PLINQ</related>
1080410804
</Docs>
1080510805
</Member>
1080610806
<MemberGroup MemberName="Zip&lt;TFirst,TSecond,TResult&gt;">

xml/System.Linq/ParallelExecutionMode.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<summary>The query execution mode is a hint that specifies how the system should handle performance trade-offs when parallelizing queries.</summary>
3434
<remarks>To be added.</remarks>
3535
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
36-
<related type="Article" href="https://msdn.microsoft.com/library/e52ff26c-c5d3-4fab-9fec-c937fb387963">How to: Specify the Execution Mode in PLINQ</related>
37-
<related type="Article" href="https://msdn.microsoft.com/library/53706c7e-397d-467a-98cd-c0d1fd63ba5e">Understanding Speedup in PLINQ</related>
36+
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-specify-the-execution-mode-in-plinq">How to: Specify the Execution Mode in PLINQ</related>
37+
<related type="Article" href="/dotnet/standard/parallel-programming/understanding-speedup-in-plinq">Understanding Speedup in PLINQ</related>
3838
</Docs>
3939
<Members>
4040
<Member MemberName="Default">

xml/System.Linq/ParallelMergeOptions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
]]></format>
4545
</remarks>
4646
<related type="Article" href="/dotnet/standard/parallel-programming/parallel-linq-plinq">Parallel LINQ (PLINQ)</related>
47-
<related type="Article" href="https://msdn.microsoft.com/library/e8f7be3b-88de-4f33-ab14-dc008e76c1ba">Merge Options in PLINQ</related>
48-
<related type="Article" href="https://msdn.microsoft.com/library/0f33b527-e91a-4550-a39a-e63e396fd831">How to: Specify Merge Options in PLINQ</related>
47+
<related type="Article" href="/dotnet/standard/parallel-programming/merge-options-in-plinq">Merge Options in PLINQ</related>
48+
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-specify-merge-options-in-plinq">How to: Specify Merge Options in PLINQ</related>
4949
</Docs>
5050
<Members>
5151
<Member MemberName="AutoBuffered">

xml/System.Linq/Queryable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<related type="Article" href="https://msdn.microsoft.com/library/a73c4aec-5d15-4e98-b962-1274021ea93d">Language-Integrated Query (LINQ)</related>
5151
<related type="Article" href="https://msdn.microsoft.com/library/24cda21e-8af8-4632-b519-c404a839b9b2">Standard Query Operators Overview</related>
5252
<related type="Article" href="https://msdn.microsoft.com/library/fb1d3ed8-d5b0-4211-a71f-dd271529294b">Expression Trees</related>
53-
<related type="Article" href="https://msdn.microsoft.com/library/73d13345-eece-471a-af40-4cc7a2f11655">LINQ to SQL</related>
53+
<related type="Article" href="/dotnet/framework/data/adonet/sql/linq/">LINQ to SQL</related>
5454
</Docs>
5555
<Members>
5656
<Member MemberName="Aggregate&lt;TSource&gt;">

xml/System.ServiceModel.Activation.Configuration/SecurityIdentifierElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
2525
]]></format>
2626
</remarks>
27-
<related type="Article" href="https://msdn.microsoft.com/library/6a0f0318-f8f6-466c-9fae-199d7274a82e">&lt;net.pipe&gt;</related>
28-
<related type="Article" href="https://msdn.microsoft.com/library/8bc2f2be-11c1-4bab-9018-1d21ae568d94">&lt;net.tcp&gt;</related>
27+
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/net-pipe">&lt;net.pipe&gt;</related>
28+
<related type="Article" href="/dotnet/framework/configure-apps/file-schema/wcf/net-tcp">&lt;net.tcp&gt;</related>
2929
</Docs>
3030
<Members>
3131
<MemberGroup MemberName=".ctor">

xml/System.ServiceModel.Channels/CommunicationObject.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
<exception cref="T:System.ServiceModel.CommunicationObjectFaultedException">The communication object is in a <see cref="F:System.ServiceModel.CommunicationState.Faulted" /> state and cannot be modified.</exception>
16171617
<exception cref="T:System.TimeoutException">The default interval of time that was allotted for the operation was exceeded before the operation was completed.</exception>
16181618
<altmember cref="M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.AsyncCallback,System.Object)" />
1619-
<related type="Article" href="https://msdn.microsoft.com/library/01e7d0b8-10f9-45c3-a4c5-53d44dc61eb8">Message Security with a Windows Client</related>
1619+
<related type="Article" href="/dotnet/framework/wcf/feature-details/message-security-with-a-windows-client">Message Security with a Windows Client</related>
16201620
</Docs>
16211621
</Member>
16221622
<Member MemberName="Open">

xml/System.ServiceModel.Channels/DeliveryFailure.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
3232
]]></format>
3333
</remarks>
34-
<related type="Article" href="https://msdn.microsoft.com/library/b8757992-ffce-40ad-9e9b-3243f6d0fce1">Using Queues</related>
35-
<related type="Article" href="https://msdn.microsoft.com/library/62210fd8-a372-4d55-ab9b-c99827d1885e">How To: Exchange Messages with WCF Endpoints and MSMQ applications</related>
34+
<related type="Article" href="/dotnet/framework/wcf/feature-details/queues-overview">Using Queues</related>
35+
<related type="Article" href="/dotnet/framework/wcf/feature-details/how-to-exchange-messages-with-wcf-endpoints-and-message-queuing-applications">How To: Exchange Messages with WCF Endpoints and MSMQ applications</related>
3636
</Docs>
3737
<Members>
3838
<Member MemberName="AccessDenied">

xml/System.ServiceModel.Channels/SecurityBindingElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
6464
]]></format>
6565
</remarks>
66-
<related type="Article" href="https://msdn.microsoft.com/library/12300bf4-c730-4405-9f65-d286f68b5a43">SecurityBindingElement Authentication Modes</related>
67-
<related type="Article" href="https://msdn.microsoft.com/library/203a9f9e-3a73-427c-87aa-721c56265b29">How To: Create a Custom Binding Using the SecurityBindingElement</related>
66+
<related type="Article" href="/dotnet/framework/wcf/feature-details/securitybindingelement-authentication-modes">SecurityBindingElement Authentication Modes</related>
67+
<related type="Article" href="/dotnet/framework/wcf/feature-details/how-to-create-a-custom-binding-using-the-securitybindingelement">How To: Create a Custom Binding Using the SecurityBindingElement</related>
6868
</Docs>
6969
<Members>
7070
<Member MemberName="AllowInsecureTransport">

xml/System.ServiceModel.Channels/StreamSecurityUpgradeAcceptor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
]]></format>
2828
</remarks>
29-
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
29+
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
3030
</Docs>
3131
<Members>
3232
<Member MemberName=".ctor">

xml/System.ServiceModel.Channels/StreamSecurityUpgradeInitiator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
]]></format>
2828
</remarks>
29-
<related type="Article" href="https://msdn.microsoft.com/library/e3da85c8-57f3-4e32-a4cb-50123f30fea6">Custom Stream Upgrades</related>
29+
<related type="Article" href="/dotnet/framework/wcf/extending/custom-stream-upgrades">Custom Stream Upgrades</related>
3030
</Docs>
3131
<Members>
3232
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)