From 67a6e679c68fd403f2eab216196459a73baa1880 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Wed, 31 Aug 2016 18:43:24 +0200 Subject: [PATCH] Fix runtime-spec repository reference in README Signed-off-by: Jonathan Boulle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 699e18187..467148f0c 100644 --- a/README.md +++ b/README.md @@ -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.