diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 1c9d3f9a..1d322703 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -17,7 +17,7 @@ The Jupyter team maintains a set of Docker image definitions in the [https://git | [Dockerfile commit history](https://github.com/jupyter/docker-stacks/commits/master/base-notebook/Dockerfile) | [Docker Hub image tags](https://hub.docker.com/r/jupyter/base-notebook/tags/) -`jupyter/base-notebook` is a small image supporting the [options common across all core stacks](configuration.html). It is the basis for all other stacks. +`jupyter/base-notebook` is a small image supporting the [options common across all core stacks](common.html). It is the basis for all other stacks. * Minimally-functional Jupyter Notebook server (e.g., no [pandoc](https://pandoc.org/) for saving notebooks as PDFs) * [Miniconda](https://conda.io/miniconda.html) Python 3.x in `/opt/conda` @@ -140,4 +140,4 @@ The core stacks are just a tiny sample of what's possible when combining Jupyter *Nothing here yet! You can be the first!* -See the [contributing guide](contributing/stacks) for information about how to create your own Jupyter Docker Stack. \ No newline at end of file +See the [contributing guide](contributing/stacks) for information about how to create your own Jupyter Docker Stack.