From aabaa58072623dcc62a71c9e84e3501ab11f5e9d Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 20 Aug 2024 12:31:20 +0100 Subject: [PATCH] Fix redirect docker docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 859a7912f5..1a8a50e957 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can use a stack image to do any of the following (and more): ## Quick Start You can [try a relatively recent build of the quay.io/jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/main?urlpath=lab/tree/README.ipynb). -Otherwise, the examples below may help you get started if you [have Docker installed](https://docs.docker.com/get-docker/), +Otherwise, the examples below may help you get started if you [have Docker installed](https://docs.docker.com/get-started/get-docker/), know [which Docker image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) you want to use, and want to launch a single Jupyter Application in a container. The [User Guide on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/) describes additional uses and features in detail.