Skip to content

Commit d67689f

Browse files
committed
config: fix links to go files
1 parent 138deee commit d67689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration file
22

33
The container's top-level directory MUST contain a configuration file called `config.json`.
4-
For now the canonical schema is defined in [spec.go](spec.go) and [spec_linux.go](spec_linux.go), but this will be moved to a formal JSON schema over time.
4+
For now the canonical schema is defined in [config.go](config.go) and [config_linux.go](config_linux.go), but this will be moved to a formal JSON schema over time.
55

66
The configuration file contains metadata necessary to implement standard operations against the container.
77
This includes the process to run, environment variables to inject, sandboxing features to use, etc.

0 commit comments

Comments
 (0)