Skip to content

Commit 8d761a1

Browse files
committed
Change "Miniforge here" to "Miniforge"
1 parent c0dae89 commit 8d761a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ We will use conda to
145145

146146
.. note::
147147
If you don't have `conda`_ installed, we recommend downloading and installing it
148-
with the conda-forge distribution `Miniforge here`_.
148+
with the conda-forge distribution `Miniforge`_.
149149

150150
.. code-block:: console
151151
@@ -179,7 +179,7 @@ To run a subset of tests, for example all the tests for ndfourier::
179179

180180
.. _create an environment from a file: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
181181
.. _conda: https://conda.io/en/latest/
182-
.. _Miniforge here: https://conda-forge.org/download/
182+
.. _Miniforge: https://conda-forge.org/download/
183183

184184
Continuous integration tests
185185
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the preferred method to install dask-image, as it will always install
1818
the most recent stable release.
1919

2020
If you don't have `conda`_ installed, we recommend downloading and installing it
21-
with the conda-forge distribution `Miniforge here`_.
21+
with the conda-forge distribution `Miniforge`_.
2222

2323
Alternatively, you can install dask-image with pip:
2424

@@ -30,7 +30,7 @@ If you don't have `pip`_ installed, this `Python installation guide`_
3030
can guide you through the process.
3131

3232
.. _conda: https://conda.io/en/latest/
33-
.. _Miniforge here: https://conda-forge.org/download/
33+
.. _Miniforge: https://conda-forge.org/download/
3434
.. _pip: https://pip.pypa.io
3535
.. _Python installation guide:
3636
http://docs.python-guide.org/en/latest/starting/installation/

0 commit comments

Comments
 (0)