From 53802d54d6e2d322f4cd13e2cc6c294e73ef8b4e Mon Sep 17 00:00:00 2001 From: Cruceru Calin-Cristian Date: Tue, 10 Jun 2014 08:21:12 +0300 Subject: [PATCH] Repaired broken links Docker-DCO-1.1-Signed-off-by: Calin Cruceru (github: crucerucalin) --- docs/sources/faq.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/sources/faq.md b/docs/sources/faq.md index fa7deb4e24..2d38cf2ff8 100644 --- a/docs/sources/faq.md +++ b/docs/sources/faq.md @@ -122,8 +122,7 @@ functionalities: ### What is different between a Docker container and a VM? There's a great StackOverflow answer [showing the differences]( -http://stackoverflow.com/questions/16047306/ -how-is-docker-io-different-from-a-normal-virtual-machine). +http://stackoverflow.com/questions/16047306/how-is-docker-io-different-from-a-normal-virtual-machine). ### Do I lose my data when the container exits? @@ -185,8 +184,7 @@ this [mailbox](mailto:security@docker.com). ### Why do I need to sign my commits to Docker with the DCO? Please read [our blog post]( -http://blog.docker.io/2014/01/ -docker-code-contributions-require-developer-certificate-of-origin/) +http://blog.docker.io/2014/01/docker-code-contributions-require-developer-certificate-of-origin/) on the introduction of the DCO. ### Can I help by adding some questions and answers?