Skip to content

Commit 1b5b911

Browse files
leecalcoteMa Shimiao
authored andcommitted
schema/README: Fix links to (config|state)-schema.json
Fix regression respectively introduced in 59ede1a and 59ede1a The config-schema.json and state-schema.json references were missing "-schema". Signed-off-by: Lee Calcote <[email protected]>
1 parent 5cdd883 commit 1b5b911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This directory contains the [JSON Schema](http://json-schema.org/) for validatin
66

77
The layout of the files is as follows:
88

9-
* [config-schema.json](config.json) - the primary entrypoint for the [configuration](../config.md) schema
9+
* [config-schema.json](config-schema.json) - the primary entrypoint for the [configuration](../config.md) schema
1010
* [config-linux.json](config-linux.json) - the [Linux-specific configuration sub-structure](../config-linux.md)
1111
* [config-solaris.json](config-solaris.json) - the [Solaris-specific configuration sub-structure](../config-solaris.md)
12-
* [state-schema.json](state.json) - the primary entrypoint for the [state JSON](../runtime.md#state) schema
12+
* [state-schema.json](state-schema.json) - the primary entrypoint for the [state JSON](../runtime.md#state) schema
1313
* [defs.json](defs.json) - definitions for general types
1414
* [defs-linux.json](defs-linux.json) - definitions for Linux-specific types
1515
* [validate.go](validate.go) - validation utility source code

0 commit comments

Comments
 (0)