Skip to content

Commit

Permalink
Merge pull request #596 from bioconda/minor_fixes
Browse files Browse the repository at this point in the history
Update some broken links and fix cython lint message
  • Loading branch information
dpryan79 authored Aug 6, 2019
2 parents ce02dec + 6814eb8 commit b4b4caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bioconda_utils/lint/check_build_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def check_deps(self, deps):


class cython_must_be_in_host(LintCheck):
"""Cython should be in the build section
"""Cython should be in the host section
Move cython to ``host``::
Expand Down
4 changes: 2 additions & 2 deletions docs/source/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gitter_ channel to ask other users for help.
.. seealso::

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


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

5. Spread the word
Expand Down

0 comments on commit b4b4caf

Please sign in to comment.