From 67fc7d3431d00b8854726d948453bd0b37bf1c5d Mon Sep 17 00:00:00 2001 From: tommygood Date: Thu, 8 May 2025 23:57:50 +0800 Subject: [PATCH] Fix broken .yml link in conversation-quickstart.md (#4642) Corrected the file extension in the documentation link from .yml to .yaml to fix a broken link. Replaced: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml with: https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml Signed-off-by: tommygood Co-authored-by: Mark Fussell --- .../quickstarts/conversation-quickstart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/conversation-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/conversation-quickstart.md index e38701bfa..a9775c619 100644 --- a/daprdocs/content/en/getting-started/quickstarts/conversation-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/conversation-quickstart.md @@ -96,7 +96,7 @@ apps: #### Echo mock LLM component -In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components) directly of the quickstart, the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml) configures the echo LLM component. +In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components) directly of the quickstart, the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml) configures the echo LLM component. ```yml apiVersion: dapr.io/v1alpha1 @@ -215,7 +215,7 @@ apps: #### Echo mock LLM component -In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components) directly of the quickstart, the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml) configures the echo LLM component. +In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components) directly of the quickstart, the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml) configures the echo LLM component. ```yml apiVersion: dapr.io/v1alpha1 @@ -345,7 +345,7 @@ apps: #### Echo mock LLM component -In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components), the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml) configures the echo mock LLM component. +In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components), the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml) configures the echo mock LLM component. ```yml apiVersion: dapr.io/v1alpha1 @@ -475,7 +475,7 @@ apps: #### Echo mock LLM component -In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components) directly of the quickstart, the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yml) configures the echo LLM component. +In [`conversation/components`](https://github.com/dapr/quickstarts/tree/master/conversation/components) directly of the quickstart, the [`conversation.yaml` file](https://github.com/dapr/quickstarts/tree/master/conversation/components/conversation.yaml) configures the echo LLM component. ```yml apiVersion: dapr.io/v1alpha1