Skip to content

Commit 878c6c2

Browse files
committed
Update links
1 parent fe924a5 commit 878c6c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/docker/building-in-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The initial project files should all be there, as well as a `models` directory t
6767
:::note
6868
If you run into permission errors, it may be because the `rasa/rasa` images
6969
run as user `1001` as a best practice, to avoid giving the container `root` permissions.
70-
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/edge/engine/reference/commandline/run/)
70+
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/engine/containers/run/)
7171
if you want to run the containers as a different user.
7272

7373
:::

docs/docs/llms/llm-intent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pipeline:
115115

116116
Defaults to `text-davinci-003`. The model name needs to be set to a generative
117117
model using the completions API of
118-
[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api).
118+
[OpenAI](https://platform.openai.com/docs/guides/chat-completions).
119119

120120
If you want to use Azure OpenAI Service, you can configure the necessary
121121
parameters as described in the

docs/docs/llms/llm-nlg.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ nlg:
157157

158158
Defaults to `text-davinci-003`. The model name needs to be set to a generative
159159
model using the completions API of
160-
[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api).
160+
[OpenAI](https://platform.openai.com/docs/guides/chat-completions).
161161

162162
If you want to use Azure OpenAI Service, you can configure the necessary
163163
parameters as described in the

0 commit comments

Comments
 (0)