diff --git a/docs/docs/docker/building-in-docker.mdx b/docs/docs/docker/building-in-docker.mdx index a6027c51f7e2..ce6395be7936 100644 --- a/docs/docs/docker/building-in-docker.mdx +++ b/docs/docs/docker/building-in-docker.mdx @@ -67,7 +67,7 @@ The initial project files should all be there, as well as a `models` directory t :::note If you run into permission errors, it may be because the `rasa/rasa` images run as user `1001` as a best practice, to avoid giving the container `root` permissions. -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/) +Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/engine/containers/run/) if you want to run the containers as a different user. ::: diff --git a/docs/docs/llms/llm-intent.mdx b/docs/docs/llms/llm-intent.mdx index 069e7da896a1..4c70fe07798e 100644 --- a/docs/docs/llms/llm-intent.mdx +++ b/docs/docs/llms/llm-intent.mdx @@ -115,7 +115,7 @@ pipeline: Defaults to `text-davinci-003`. The model name needs to be set to a generative model using the completions API of -[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api). +[OpenAI](https://platform.openai.com/docs/guides/chat-completions). If you want to use Azure OpenAI Service, you can configure the necessary parameters as described in the diff --git a/docs/docs/llms/llm-nlg.mdx b/docs/docs/llms/llm-nlg.mdx index 3e95971816fc..bb3537565f4f 100644 --- a/docs/docs/llms/llm-nlg.mdx +++ b/docs/docs/llms/llm-nlg.mdx @@ -157,7 +157,7 @@ nlg: Defaults to `text-davinci-003`. The model name needs to be set to a generative model using the completions API of -[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api). +[OpenAI](https://platform.openai.com/docs/guides/chat-completions). If you want to use Azure OpenAI Service, you can configure the necessary parameters as described in the