From 80236c146927ed11503d96a9e5a70d454afd2deb Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Mon, 7 Oct 2024 11:29:49 -0700 Subject: [PATCH] Update links in publish-python-package-pypi-conda.md Use canonical links for bioconda and conda-forge to avoid htmlproofer timeouts --- package-structure-code/publish-python-package-pypi-conda.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-structure-code/publish-python-package-pypi-conda.md b/package-structure-code/publish-python-package-pypi-conda.md index fd10cdac0..9cd5208bd 100644 --- a/package-structure-code/publish-python-package-pypi-conda.md +++ b/package-structure-code/publish-python-package-pypi-conda.md @@ -96,8 +96,8 @@ There are several core public channels that most people use to install packages using conda, including: - **defaults:** this is a channel managed by Anaconda. It is the version of the Python packages that you will install if you install the Anaconda Distribution. Anaconda (the company) decides what packages live on the `defaults` channel. -- [**conda-forge:**](https://anaconda.org/conda-forge) this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel. -- [**bioconda**](https://anaconda.org/bioconda): this channel focuses on biomedical tools. +- [**conda-forge:**](https://conda-forge.org/) this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel. +- [**bioconda**](https://bioconda.github.io/): this channel focuses on biomedical tools. **conda-forge** emerged as many of the scientific packages did not exist in the `defaults` Anaconda channel.