From 708b911b6bb007fad664d0ed5e27f97cac3e2b18 Mon Sep 17 00:00:00 2001 From: 1kastner Date: Sun, 23 Apr 2023 15:14:09 +0200 Subject: [PATCH] Update link to Anaconda navigator (#176) previous link https://docs.anaconda.com/anaconda/navigator/index.html resulted in a 404, content moved to https://docs.anaconda.com/free/navigator/ --- docs/notebooks/first_steps.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/first_steps.ipynb b/docs/notebooks/first_steps.ipynb index 3040aa67..5ececb96 100644 --- a/docs/notebooks/first_steps.ipynb +++ b/docs/notebooks/first_steps.ipynb @@ -20,7 +20,7 @@ "[Jupyter Notebook examples](https://github.com/1kastner/conflowgen/tree/main/examples/Jupyter_Notebook).\n", "During the environment set up, ConFlowGen is automatically installed.\n", "Then, you can start JupyterLab\n", - "[from Anaconda Navigator](https://docs.anaconda.com/anaconda/navigator/index.html)\n", + "[from Anaconda Navigator](https://docs.anaconda.com/free/navigator/)\n", "or\n", "[from the CLI](https://jupyterlab.readthedocs.io/en/stable/getting_started/starting.html).\n", "Please ensure that you are in the correct conda environment (it should be `conflowgen`) when you work."