Skip to content

Commit bd5ee25

Browse files
author
Sumit Ghosh
authored
Fixed broken links. (dotnet#22624)
1 parent f984c82 commit bd5ee25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/architecture/cloud-native/application-resiliency-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 01/19/2021
99

1010
The first line of defense is application resiliency.
1111

12-
While you could invest considerable time writing your own resiliency framework, such products already exist. [Polly](http://www.thepollyproject.org/) is a comprehensive .NET resilience and transient-fault-handling library that allows developers to express resiliency policies in a fluent and thread-safe manner. Polly targets applications built with either the .NET Framework or .NET 5. The following table describes the resiliency features, called `policies`, available in the Polly Library. They can be applied individually or grouped together.
12+
While you could invest considerable time writing your own resiliency framework, such products already exist. [Polly](https://dotnetfoundation.org/projects/polly) is a comprehensive .NET resilience and transient-fault-handling library that allows developers to express resiliency policies in a fluent and thread-safe manner. Polly targets applications built with either the .NET Framework or .NET 5. The following table describes the resiliency features, called `policies`, available in the Polly Library. They can be applied individually or grouped together.
1313

1414
| Policy | Experience |
1515
| :-------- | :-------- |

docs/architecture/cloud-native/logging-with-elastic-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Collectively these tools are known as the Elastic Stack or ELK stack.
1212

1313
## Elastic Stack
1414

15-
The Elastic Stack is a powerful option for gathering information from a Kubernetes cluster. Kubernetes supports sending logs to an Elasticsearch endpoint, and for the [most part](https://kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/), all you need to get started is to set the environment variables as shown in Figure 7-5:
15+
The Elastic Stack is a powerful option for gathering information from a Kubernetes cluster. Kubernetes supports sending logs to an Elasticsearch endpoint, and for the [most part](https://v1-19.docs.kubernetes.io/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/), all you need to get started is to set the environment variables as shown in Figure 7-5:
1616

1717
```kubernetes
1818
KUBE_LOGGING_DESTINATION=elasticsearch

docs/architecture/cloud-native/resilient-communications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The Azure cloud embraces Istio and provides direct support for it within Azure K
7474

7575
### References
7676

77-
- [Polly](http://www.thepollyproject.org/)
77+
- [Polly](https://dotnetfoundation.org/projects/polly)
7878

7979
- [Retry pattern](/azure/architecture/patterns/retry)
8080

0 commit comments

Comments
 (0)