diff --git a/README.rst b/README.rst index 9f9ac54..3b10278 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ osmcha ======= OSM Changeset Analyser, ``osmcha``, is a Python package to detect suspicious OSM changesets. -It was designed to be used with `osmcha-django `_, +It was designed to be used with `osmcha-django `_, but also can be used standalone or in other projects. You can report issues or request new features in the the @@ -11,7 +11,7 @@ You can report issues or request new features in the the .. image:: https://badge.fury.io/py/osmcha.svg :target: http://badge.fury.io/py/osmcha -.. image:: https://coveralls.io/repos/willemarcel/osmcha/badge.svg +.. image:: https://coveralls.io/repos/osmcha/osmcha/badge.svg :target: https://coveralls.io/r/willemarcel/osmcha .. image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg @@ -156,7 +156,7 @@ To run the tests on `osmcha`: .. code-block:: console - git clone https://github.com/willemarcel/osmcha.git + git clone https://github.com/osmcha/osmcha.git cd osmcha pip install -e .[test] py.test -v @@ -180,8 +180,8 @@ Check `CHANGELOG `_ for the version history. Related projects ================ -* `osmcha-django `_ - backend and API -* `osmcha-frontend `_ - frontend of the `OSMCha `_ application +* `osmcha-django `_ - backend and API +* `osmcha-frontend `_ - frontend of the `OSMCha `_ application * `osm-compare `_ - library that analyse OSM features to input it to OSMCha License