Skip to content

Commit

Permalink
Fix broken links (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed May 24, 2024
1 parent a4da0f3 commit 6d58927
Show file tree
Hide file tree
Showing 6 changed files with 697 additions and 697 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/opengeos/whitebox/issues.
Report bugs at https://github.com/opengeos/whitebox-python/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/opengeos/whitebox/issues.
The best way to send feedback is to file an issue at https://github.com/opengeos/whitebox-python/issues.

If you are proposing a feature:

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _example.py: https://github.com/opengeos/whitebox/blob/master/whitebox/example.py
.. _example.py: https://github.com/opengeos/whitebox-python/blob/master/whitebox/example.py
.. _WhiteboxTools: https://github.com/jblindsay/whitebox-tools
.. _webpage: https://jblindsay.github.io/ghrg/index.html
.. _jblindsay: https://github.com/jblindsay
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Or download the `tarball`_:

.. code-block:: console
$ curl -OL https://github.com/opengeos/whitebox/tarball/master
$ curl -OL https://github.com/opengeos/whitebox-python/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -48,4 +48,4 @@ Once you have a copy of the source, you can install it with:
.. _Github repo: https://github.com/opengeos/whitebox
.. _tarball: https://github.com/opengeos/whitebox/tarball/master
.. _tarball: https://github.com/opengeos/whitebox-python/tarball/master
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ For example:
Check the example.py_ for more details.

.. _example.py: https://github.com/opengeos/whitebox/blob/master/whitebox/example.py
.. _example.py: https://github.com/opengeos/whitebox-python/blob/master/whitebox/example.py
Loading

0 comments on commit 6d58927

Please sign in to comment.