summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnkush Agarwal <ankushagarwal@users.noreply.github.com>2015-06-29 01:08:42 -0700
committerAnkush Agarwal <ankushagarwal11@gmail.com>2015-06-29 01:10:27 -0700
commit9bbdaa9280609c2c6fc86c6749dfb3d4869d0097 (patch)
tree0a1b0673c0cb97285fbf5e3ad3360034dd822762 /README.md
parent40a41ffdf0b3901866866c5b7ef9d4e4c71bb552 (diff)
downloaddocker-9bbdaa9280609c2c6fc86c6749dfb3d4869d0097.tar.gz
Update README.md
cgroups and namespaces links are broken. They point to blog.dotcloud.com which is dead. Updating the links to point to informative pages. Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 891240421d..381fe1f483 100644
--- a/README.md
+++ b/README.md
@@ -168,9 +168,9 @@ Under the hood
Under the hood, Docker is built on the following components:
* The
- [cgroup](http://blog.dotcloud.com/kernel-secrets-from-the-paas-garage-part-24-c)
+ [cgroup](https://en.wikipedia.org/wiki/Cgroups)
and
- [namespacing](http://blog.dotcloud.com/under-the-hood-linux-kernels-on-dotcloud-part)
+ [namespacing](http://man7.org/linux/man-pages/man7/namespaces.7.html)
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)