From 7c8c3e2e76f0851686325d08a2be072318ccf0e7 Mon Sep 17 00:00:00 2001 From: Sumit Jha <7sumitjha@gmail.com> Date: Wed, 22 Nov 2023 23:04:29 +0530 Subject: [PATCH] Fix broken `conda-lock` link (#383) --- docs/docs/tutorials/creating-new-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/creating-new-environments.md b/docs/docs/tutorials/creating-new-environments.md index e2655ae4f..5ce3fe3a2 100644 --- a/docs/docs/tutorials/creating-new-environments.md +++ b/docs/docs/tutorials/creating-new-environments.md @@ -122,7 +122,7 @@ authorization model is able to provide admins with a fine-grained level of contr ![conda-store UI - Sample environment build details page: showing build details, specification file, and conda packages](/img/tutorials/conda_store_build_details_top.png) Scroll down to the bottom of this list, and you'll see a section called `Conda Environment Artifacts`. - This is where you can download your own copy of the YAML file, a [conda-lock](https://conda-incubator.github.io/conda-lock/) file, and a `tar.gz` archive of the environment. + This is where you can download your own copy of the YAML file, a [conda-lock](https://conda.github.io/conda-lock/) file, and a `tar.gz` archive of the environment. ![conda-store UI - Sample environment build details page: showing the conda environment artifacts](/img/tutorials/conda_store_build_details_bottom.png)