From f2b01855cb00d6aeb9f876322ca0c90d78703270 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Tue, 27 Aug 2024 17:16:17 -0300 Subject: [PATCH] Update github links (#68) * Update github links * Update badge and file link --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9f9ac54..6a8ca4e 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,11 +11,11 @@ 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 - :target: code_of_conduct.md + :target: CODE_OF_CONDUCT.md Installation ============ @@ -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