From 011b4ca25607d6085dee5c247b270f48e324eb3f Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 20 Aug 2015 20:04:04 -0700 Subject: [PATCH] Updated spec location for libcontainer Signed-off-by: John Howard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04342fec51..0ad5140ebe 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Under the hood, Docker is built on the following components: capabilities of the Linux kernel * The [Go](https://golang.org) programming language * The [Docker Image Specification](https://github.com/docker/docker/blob/master/image/spec/v1.md) -* The [Libcontainer Specification](https://github.com/docker/libcontainer/blob/master/SPEC.md) +* The [Libcontainer Specification](https://github.com/opencontainers/runc/blob/master/libcontainer/SPEC.md) Contributing to Docker ======================