From b72123bbf9750e88c68127b39cb08c7d15b1abb9 Mon Sep 17 00:00:00 2001 From: Alessio Cimarelli Date: Tue, 10 Oct 2023 16:57:36 +0200 Subject: [PATCH] Fix links in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c66409..8e3496b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ An attempt to have standard geojson responses from geocoders. ## How to use -Please read the full spec at [master/draft/README.md](https://github.com/jenkin/geocodejson-spec/blob/master/draft/README.md). +Please read the full spec at [master/draft/README.md](https://github.com/geocoders/geocodejson-spec/blob/master/draft/README.md). -You can validate a geocoding service response against this GeocodeJSON spec using the JSON schema provided: [master/draft/geocodejson.schema.json](https://github.com/jenkin/geocodejson-spec/blob/master/draft/geocodejson.schema.json). Refer to [JSON Schema official website](https://json-schema.org/) for further informations. +You can validate a geocoding service response against this GeocodeJSON spec using the JSON schema provided: [master/draft/geocodejson.schema.json](https://github.com/geocoders/geocodejson-spec/blob/master/draft/geocodejson.schema.json). Refer to [JSON Schema official website](https://json-schema.org/) for further informations. -Please verify the integrity of the JSON schema using the SHA-512 checksum provided: [master/draft/geocodejson.schema.json.checksum](https://github.com/jenkin/geocodejson-spec/blob/master/draft/geocodejson.schema.json.checksum). +Please verify the integrity of the JSON schema using the SHA-512 checksum provided: [master/draft/geocodejson.schema.json.checksum](https://github.com/geocoders/geocodejson-spec/blob/master/draft/geocodejson.schema.json.checksum). ## How to contribute @@ -19,8 +19,8 @@ Please follow these steps: - Let the community knows you want to contribute opening an issue - Fork this repo, clone it locally and create a new branch - Install git hooks running `make hooks` -- Extend the [draft document]((https://github.com/jenkin/geocodejson-spec/blob/master/draft/README.md)) -- Update the [JSON schema](https://github.com/jenkin/geocodejson-spec/blob/master/draft/geocodejson.schema.json) in `src/` folder +- Extend the [draft document]((https://github.com/geocoders/geocodejson-spec/blob/master/draft/README.md)) +- Update the [JSON schema](https://github.com/geocoders/geocodejson-spec/blob/master/draft/geocodejson.schema.json) in `src/` folder - Run `make build` - If all is ok, commit your changes and push them - Open a Pull Request on the main branch of this repo