From 581a02cda52e43c06261e2aefe51b673a5ef8f0a Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 16 Jun 2016 16:59:57 -0400 Subject: [PATCH] schema/README: Fix link to (config|state)-schema.json Fix regression respectively introduced in 59ede1a and 59ede1a --- schema/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/README.md b/schema/README.md index f2a31d07d..2c8e29277 100644 --- a/schema/README.md +++ b/schema/README.md @@ -6,10 +6,10 @@ This directory contains the [JSON Schema](http://json-schema.org/) for validatin The layout of the files is as follows: -* [config-schema.json](config.json) - the primary entrypoint for the [configuration](../config.md) schema +* [config-schema.json](config-schema.json) - the primary entrypoint for the [configuration](../config.md) schema * [config-linux.json](config-linux.json) - the [Linux-specific configuration sub-structure](../config-linux.md) * [config-solaris.json](config-solaris.json) - the [Solaris-specific configuration sub-structure](../config-solaris.md) -* [state-schema.json](state.json) - the primary entrypoint for the [state JSON](../runtime.md#state) schema +* [state-schema.json](state-schema.json) - the primary entrypoint for the [state JSON](../runtime.md#state) schema * [defs.json](defs.json) - definitions for general types * [defs-linux.json](defs-linux.json) - definitions for Linux-specific types * [validate.go](validate.go) - validation utility source code