From 961f50e33507a2743c70a43352c99f5b737475e3 Mon Sep 17 00:00:00 2001 From: alex <67626131+alexpvpmindustry@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:50:36 -0700 Subject: [PATCH] fix broken link --- docs/data-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-analysis.md b/docs/data-analysis.md index 7f5637dd0..200aa289d 100644 --- a/docs/data-analysis.md +++ b/docs/data-analysis.md @@ -10,7 +10,7 @@ You can run this server using the following command: `docker compose -f docker/d This will create a dockercontainer running jupyter lab, which will be accessible using `https://127.0.0.1:8888/lab`. Please use the link that's printed in the console after startup for simplified login. -For more information, Please visit the [Data analysis with Docker](docker_quickstart.md#data-analayis-using-docker-compose) section. +For more information, Please visit the [Data analysis with Docker](docker_quickstart.md#data-analysis-using-docker-compose) section. ### Pro tips