Browse code

Updated link to new docker-node-hello repository

Zane DeGraffenried authored on 2014/06/01 05:55:59
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ The goal of this example is to show you how you can build your own
16 16
 Docker images from a parent image using a `Dockerfile`
17 17
 . We will do that by making a simple Node.js hello world web
18 18
 application running on CentOS. You can get the full source code at
19
-[https://github.com/gasi/docker-node-hello](https://github.com/gasi/docker-node-hello).
19
+[https://github.com/enokd/docker-node-hello/](https://github.com/enokd/docker-node-hello/).
20 20
 
21 21
 ## Create Node.js app
22 22