Skip to content

Commit 67fc7d3

Browse files
tommygoodmsfussell
andauthored
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 <tommy50508@gmail.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
1 parent 1952e91 commit 67fc7d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

daprdocs/content/en/getting-started/quickstarts/conversation-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ apps:
9696
9797
#### Echo mock LLM component
9898
99-
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.
99+
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.
100100

101101
```yml
102102
apiVersion: dapr.io/v1alpha1
@@ -215,7 +215,7 @@ apps:
215215

216216
#### Echo mock LLM component
217217

218-
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.
218+
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.
219219

220220
```yml
221221
apiVersion: dapr.io/v1alpha1
@@ -345,7 +345,7 @@ apps:
345345
346346
#### Echo mock LLM component
347347
348-
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.
348+
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.
349349

350350
```yml
351351
apiVersion: dapr.io/v1alpha1
@@ -475,7 +475,7 @@ apps:
475475

476476
#### Echo mock LLM component
477477

478-
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.
478+
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.
479479

480480
```yml
481481
apiVersion: dapr.io/v1alpha1

0 commit comments

Comments
 (0)