fix schema path
This commit is contained in:
parent
371b7e6b03
commit
6ba3a8f0f8
10
README.md
10
README.md
@ -36,8 +36,8 @@ Read the state of an existing resource (URI) and generate a YAML representation
|
||||
|
||||
Resources:
|
||||
|
||||
* [file](examples/file.yaml) [schema](internal/resource/file.jsonschema)
|
||||
* [user](examples/user.yaml) [schema](internal/resource/user.jsonschema)
|
||||
* [package](examples/package.yaml) [schema](internal/resource/package.jsonschema)
|
||||
* [container](examples/container.yaml) [schema](internal/resource/container.jsonschema)
|
||||
* [network_route](examples/network_route.yaml) [schema](internal/resource/network_route.jsonschema)
|
||||
* [file](examples/file.yaml) [schema](internal/resource/schemas/file.jsonschema)
|
||||
* [user](examples/user.yaml) [schema](internal/resource/schemas/user.jsonschema)
|
||||
* [package](examples/package.yaml) [schema](internal/resource/schemas/package.jsonschema)
|
||||
* [container](examples/container.yaml) [schema](internal/resource/schemas/container.jsonschema)
|
||||
* [network_route](examples/network_route.yaml) [schema](internal/resource/schemas/network_route.jsonschema)
|
||||
|
Loading…
Reference in New Issue
Block a user