Skip to content

Commit 09993e5

Browse files
eddynakamairaw
authored andcommitted
updating links from fwlink to real link if exists - contributes to #3391 (#16682)
1 parent bc9bcf6 commit 09993e5

30 files changed

+30
-30
lines changed

docs/framework/wcf/diagnostics/performance-counters/calls-failed-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Counter Name: Calls Failed Per Second
99
## Description
1010
Number of calls with unhandled exceptions in this operation in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)
1515

docs/framework/wcf/diagnostics/performance-counters/calls-faulted-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Counter Name: Calls Faulted Per Second
99
## Description
1010
Number of calls that returned faults to this operation in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)
1515

docs/framework/wcf/diagnostics/performance-counters/calls-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Counter Name: Calls Per Second
99
## Description
1010
Number of calls to this operation in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)

docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-duration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The average duration of calls to this endpoint. The average duration is calcula
88

99
## See also
1010

11-
- [PERF_COUNTER_TYPE](https://go.microsoft.com/fwlink/?LinkID=94649)
11+
- [PERF_COUNTER_TYPE](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10))

docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-failed-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Counter Name: Calls Failed Per Second.
99
## Description
1010
Number of calls that have unhandled exceptions and are received by this endpoint in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)
1515

docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-faulted-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Counter Name: Calls Faulted Per Second.
99
## Description
1010
Number of calls that have returned faults to this endpoint in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)
1515

docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Counter Name: Calls Per Second.
99
## Description
1010
Number of calls to this endpoint in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)

docs/framework/wcf/diagnostics/performance-counters/endpoint-reliable-messaging-messages-dropped-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Counter Name: Reliable Messaging Sessions Dropped Per Second.
99
## Description
1010
Total number of reliable messaging messages that have been dropped at this endpoint in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)

docs/framework/wcf/diagnostics/performance-counters/endpoint-reliable-messaging-sessions-faulted-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Counter Name: Reliable Messaging Sessions Faulted Per Second.
99
## Description
1010
Number of reliable messaging sessions that are faulted at this endpoint in a second.
1111

12-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
12+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1313

1414
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)

docs/framework/wcf/diagnostics/performance-counters/endpoint-security-calls-not-authorized-per-second.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Counter Name: Security Calls Not Authorized Per Second.
1111

1212
This counter is incremented when the <xref:System.ServiceModel.ServiceAuthorizationManager.CheckAccess%2A> method returns `false`.
1313

14-
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://go.microsoft.com/fwlink/?LinkID=94649), whose value is calculated using the following formula.
14+
This counter is of performance counter type [PERF_COUNTER_COUNTER](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2003/cc740048(v=ws.10)), whose value is calculated using the following formula.
1515

1616
(N 1 - N 0 ) / ( (D 1 -D 0 ) / F)

0 commit comments

Comments
 (0)