Skip to content

Commit bf52e72

Browse files
author
Mrunal Patel
committed
Merge pull request #139 from cloudfoundry-incubator/master
Fix links to go files in config.md
2 parents f9a853c + d67689f commit bf52e72

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)