From ea60f56baf27d30e34e8f9fb7936a0e9227a098e Mon Sep 17 00:00:00 2001 From: niehaus59 <41398747+niehaus59@users.noreply.github.com> Date: Tue, 18 Jul 2023 05:43:16 -0700 Subject: [PATCH] docs: fix docker link (#2019) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547d53f6b5..f6d33a017a 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ docker run -it -p 8888:8888 -e ACCEPT_EULA=yes mcr.microsoft.com/mmlspark/releas ``` Navigate to in your web browser to run the sample -notebooks. See the [documentation](docs/docker.md) for more on Docker use. +notebooks. See the [documentation](website/docs/reference/docker.md) for more on Docker use. > To read the EULA for using the docker image, run `docker run -it -p 8888:8888 mcr.microsoft.com/mmlspark/release eula`