From 7634c83af3fba84ff5daaa87a01fdb482fdf1d98 Mon Sep 17 00:00:00 2001 From: New-World-2019 <37373361+New-World-2019@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:59:39 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Docker.md=EF=BC=9Bfix=20broken=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request includes a minor update to the CONTRIBUTORS.md file to correct the link to the Dockerfile README. --- website/docs/installation/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/Docker.md b/website/docs/installation/Docker.md index 4857f4f880c6..a7fa6bd829b5 100644 --- a/website/docs/installation/Docker.md +++ b/website/docs/installation/Docker.md @@ -82,6 +82,6 @@ docker run -it -p {WorkstationPortNum}:{DockerPortNum} -v {WorkStation_Dir}:{Doc ## Additional Resources -- Details on all the Dockerfile options can be found in the [Dockerfile](https://github.com/microsoft/autogen/.devcontainer/README.md) README. +- Details on all the Dockerfile options can be found in the [Dockerfile](https://github.com/microsoft/autogen/blob/main/.devcontainer/README.md) README. - For more information on Docker usage and best practices, refer to the [official Docker documentation](https://docs.docker.com). - Details on how to use the Dockerfile dev version can be found on the [Contributor Guide](/docs/contributor-guide/docker).