From 34659487752d0de6866403a4b0c798010e885e45 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 3 Aug 2016 18:58:06 -0400 Subject: [PATCH] Fix schema links --- data/presets/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/presets/README.md b/data/presets/README.md index 6896848b9..5117029b7 100644 --- a/data/presets/README.md +++ b/data/presets/README.md @@ -46,7 +46,7 @@ A basic preset is of the form: "name": "Park" } ``` -The complete JSON schema for presets can be found in [`data/presets/schema/preset.json`](data/presets/schema/preset.json) +The complete JSON schema for presets can be found in [`data/presets/schema/preset.json`](schema/preset.json) #### Preset Properties @@ -90,7 +90,7 @@ For example, the field for the tag `piste:difficulty=*` is stored in the file "label": "Cuisine" } ``` -The complete JSON schema for fields can be found in [`data/presets/schema/field.json`](data/presets/schema/field.json) +The complete JSON schema for fields can be found in [`data/presets/schema/field.json`](schema/field.json) #### Field Types