diff --git a/daprdocs/content/en/concepts/resiliency-concept.md b/daprdocs/content/en/concepts/resiliency-concept.md index f66dbdca5..32656434d 100644 --- a/daprdocs/content/en/concepts/resiliency-concept.md +++ b/daprdocs/content/en/concepts/resiliency-concept.md @@ -41,4 +41,6 @@ Read more on about how to apply [dapr health checks]({{< ref sidecar-health >}}) ## Next steps - [Learn more about resiliency]({{< ref resiliency-overview.md >}}) -- [Try out one of the Resiliency quickstarts]({{< ref "quickstarts/resiliency" >}}) \ No newline at end of file +- Try out one of the Resiliency quickstarts: + - [Resiliency: Service-to-service]({{< ref resiliency-serviceinvo-quickstart.md >}}) + - [Resiliency: State Management]({{< ref resiliency-state-quickstart.md >}}) \ No newline at end of file diff --git a/daprdocs/content/en/operations/resiliency/policies.md b/daprdocs/content/en/operations/resiliency/policies.md index 5dba5eb06..935e80492 100644 --- a/daprdocs/content/en/operations/resiliency/policies.md +++ b/daprdocs/content/en/operations/resiliency/policies.md @@ -289,4 +289,6 @@ The table below is a break down of which policies are applied when attempting to ## Next steps -- [Try out one of the Resiliency quickstarts]({{< ref resiliency >}}) \ No newline at end of file +Try out one of the Resiliency quickstarts: +- [Resiliency: Service-to-service]({{< ref resiliency-serviceinvo-quickstart.md >}}) +- [Resiliency: State Management]({{< ref resiliency-state-quickstart.md >}}) \ No newline at end of file diff --git a/daprdocs/content/en/operations/resiliency/resiliency-overview.md b/daprdocs/content/en/operations/resiliency/resiliency-overview.md index db9b02875..ba63fe137 100644 --- a/daprdocs/content/en/operations/resiliency/resiliency-overview.md +++ b/daprdocs/content/en/operations/resiliency/resiliency-overview.md @@ -171,4 +171,6 @@ Watch this video for how to use [resiliency](https://www.youtube.com/watch?t=184 ## Next steps -- [Try out one of the Resiliency quickstarts]({{< ref resiliency >}}) \ No newline at end of file +Try out one of the Resiliency quickstarts: +- [Resiliency: Service-to-service]({{< ref resiliency-serviceinvo-quickstart.md >}}) +- [Resiliency: State Management]({{< ref resiliency-state-quickstart.md >}}) \ No newline at end of file diff --git a/daprdocs/content/en/operations/resiliency/targets.md b/daprdocs/content/en/operations/resiliency/targets.md index 486785df9..49dee7880 100644 --- a/daprdocs/content/en/operations/resiliency/targets.md +++ b/daprdocs/content/en/operations/resiliency/targets.md @@ -134,4 +134,6 @@ spec: ## Next steps -- [Try out one of the Resiliency quickstarts]({{< ref resiliency >}}) \ No newline at end of file +Try out one of the Resiliency quickstarts: +- [Resiliency: Service-to-service]({{< ref resiliency-serviceinvo-quickstart.md >}}) +- [Resiliency: State Management]({{< ref resiliency-state-quickstart.md >}}) \ No newline at end of file