Browse code

Updated spec location for libcontainer

Signed-off-by: John Howard <John.Howard@microsoft.com>

John Howard authored on 2015/08/21 12:04:04
Showing 1 changed files
... ...
@@ -174,7 +174,7 @@ Under the hood, Docker is built on the following components:
174 174
   capabilities of the Linux kernel
175 175
 * The [Go](https://golang.org) programming language
176 176
 * The [Docker Image Specification](https://github.com/docker/docker/blob/master/image/spec/v1.md)
177
-* The [Libcontainer Specification](https://github.com/docker/libcontainer/blob/master/SPEC.md)
177
+* The [Libcontainer Specification](https://github.com/opencontainers/runc/blob/master/libcontainer/SPEC.md)
178 178
 
179 179
 Contributing to Docker
180 180
 ======================