Skip to content

Commit 6814eb8

Browse files
committed
Update some broken links and fix cython lint message
1 parent ce02dec commit 6814eb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bioconda_utils/lint/check_build_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def check_deps(self, deps):
107107

108108

109109
class cython_must_be_in_host(LintCheck):
110-
"""Cython should be in the build section
110+
"""Cython should be in the host section
111111
112112
Move cython to ``host``::
113113

docs/source/user/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gitter_ channel to ask other users for help.
3232
.. seealso::
3333

3434
* :ref:`conda-anaconda-minconda`
35-
* The conda `FAQs <http://conda.pydata.org/docs/faq.html>`_ explain how
35+
* The conda `FAQs <https://docs.anaconda.com/anaconda/user-guide/faq/>`_ explain how
3636
it's easy to use with existing Python installations.
3737

3838

@@ -78,7 +78,7 @@ Or a new environment can be created::
7878
We invite all parties interested in adding/editing package recipes to join the bioconda team,
7979
so that their pull requests don't require merging by the core team or other members. To do
8080
so, please fork our `recipes <https://github.com/bioconda/bioconda-recipes>`_ have a read
81-
through the `Conda documentation <http://conda.pydata.org/docs/building/recipe.html#conda-recipe-files-overview>`_.
81+
through the `Conda documentation <https://docs.conda.io/projects/conda-build/en/latest/concepts/recipe.html>`_.
8282
If you ping ``@bioconda/core`` in a pull request we will review it and then add you to the team, if you desire.
8383

8484
5. Spread the word

0 commit comments

Comments
 (0)