Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkin committed Oct 10, 2023
1 parent 5fb2307 commit b72123b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit b72123b

Please sign in to comment.