Fix runtime-spec repository reference in README

Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
This commit is contained in:
Jonathan Boulle 2016-08-31 18:43:24 +02:00
parent 189a2ab2f7
commit 67a6e679c6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
## Releases
`runc` depends on and tracks the [specs](https://github.com/opencontainers/runtime-spec) repository.
`runc` depends on and tracks the [runtime-spec](https://github.com/opencontainers/runtime-spec) repository.
We will try to make sure that `runc` and the OCI specification major versions stay in lockstep.
This means that `runc` 1.0.0 should implement the 1.0 version of the specification.