From 81343783d4777028f9df1af68916948df1e6a5c5 Mon Sep 17 00:00:00 2001 From: Zane DeGraffenried Date: Sat, 31 May 2014 14:55:59 -0600 Subject: [PATCH] Updated link to new docker-node-hello repository Upstream-commit: 0658868c7f81dd225df8678f31f7ef70274d8d94 Component: engine --- components/engine/docs/sources/examples/nodejs_web_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/examples/nodejs_web_app.md b/components/engine/docs/sources/examples/nodejs_web_app.md index bc0e908d2d..fe52aa9453 100644 --- a/components/engine/docs/sources/examples/nodejs_web_app.md +++ b/components/engine/docs/sources/examples/nodejs_web_app.md @@ -16,7 +16,7 @@ The goal of this example is to show you how you can build your own Docker images from a parent image using a `Dockerfile` . We will do that by making a simple Node.js hello world web application running on CentOS. You can get the full source code at -[https://github.com/gasi/docker-node-hello](https://github.com/gasi/docker-node-hello). +[https://github.com/enokd/docker-node-hello/](https://github.com/enokd/docker-node-hello/). ## Create Node.js app