From e014bb8ec52406e6ae491af2a7130a96922dfa25 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 16 Jan 2023 12:48:14 +0400 Subject: [PATCH] Fix url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea42d6d978..eabaff0d49 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Visiting `http://:10000/?token=` in a browser loads JupyterLab. Due to the usage of [the flag `--rm`](https://docs.docker.com/engine/reference/run/#clean-up---rm) Docker automatically cleans up the container and removes the file system when the container exits, but any changes made to the `~/work` directory and its files in the container will remain intact on the host. -[The `-it` flag](https://docs.docker.com/engine/reference/commandline/run/#assign-name-and-allocate-pseudo-tty---name--it) allocates pseudo-TTY. +[The `-it` flag](https://docs.docker.com/engine/reference/commandline/run/#-assign-name-and-allocate-pseudo-tty---name--it) allocates pseudo-TTY. ## Contributing