Skip to content

Commit 795a233

Browse files
committed
fix links
1 parent f44311d commit 795a233

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Orthority provides a command line interface and Python API for orthorectifying d
1717
Installation
1818
------------
1919

20-
Orthority is a python 3 package that can be installed with `pip <https://pip.pypa.io/>`_ or `conda <https://docs.conda.io/projects/miniconda>`_.
20+
Orthority is a python 3 package that can be installed with `pip <https://pip.pypa.io/>`_ or `conda <https://docs.anaconda.com/free/miniconda/>`_.
2121

2222
pip
2323
~~~

docs/contributing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ If installing with pip_, you can install dependencies and link the repository in
2626
2727
pip install -e .[tests]
2828
29-
If installing into a conda_ environment, it is best to install the `dependencies <https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.yaml>`__ with ``conda`` first, before running the command above.
29+
If installing into a conda_ environment, it is best to install the `dependencies <https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.toml>`__ with ``conda`` first, before running the command above.
3030

3131
Please work on features in a new branch, and submit your changes as a `GitHub pull request <https://docs.github.com/articles/about-pull-requests>`__ for review. I recommend discussing possible pull requests in an issue beforehand.
3232

33-
Orthority uses `black <https://black.readthedocs.io>`__ for formatting (with settings in |pyproject.yaml|_), and the RST docstring style. Please include `pytest <https://docs.pytest.org>`__ unit tests with your code.
33+
Orthority uses `black <https://black.readthedocs.io>`__ for formatting (with settings in |pyproject.toml|_), and the RST docstring style. Please include `pytest <https://docs.pytest.org>`__ unit tests with your code.
3434

35-
.. |pyproject.yaml| replace:: ``pyproject.yaml``
36-
.. _pyproject.yaml: https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.yaml
35+
.. |pyproject.toml| replace:: ``pyproject.toml``
36+
.. _pyproject.toml: https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.toml

docs/shared.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.. _Rasterio: https://rasterio.readthedocs.io
33
.. _GDAL: https://gdal.org
44
.. _pip: https://pip.pypa.io
5-
.. _conda: https://docs.conda.io/projects/miniconda
5+
.. _conda: https://docs.anaconda.com/free/miniconda

0 commit comments

Comments
 (0)