Browse code

Update README URLs based on HTTP redirects Signed-off-by: d. khamsing <dkhamsing8@gmail.com>

ReadmeCritic authored on 2016/01/06 02:13:45
Showing 1 changed files
... ...
@@ -158,7 +158,7 @@ Docker can be used to run short-lived commands, long-running daemons
158 158
 (app servers, databases, etc.), interactive shell sessions, etc.
159 159
 
160 160
 You can find a [list of real-world
161
-examples](https://docs.docker.com/examples/) in the
161
+examples](https://docs.docker.com/engine/examples/) in the
162 162
 documentation.
163 163
 
164 164
 Under the hood
... ...
@@ -183,7 +183,7 @@ Contributing to Docker [![GoDoc](https://godoc.org/github.com/docker/docker?stat
183 183
 | [![Jenkins Build Status](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master/badge/icon)](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master/) | [![Jenkins Build Status](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master%20%28experimental%29/badge/icon)](https://jenkins.dockerproject.org/view/Docker/job/Docker%20Master%20%28experimental%29/) | [![Build Status](http://jenkins.dockerproject.org/job/Docker%20Master%20(windows)/badge/icon)](http://jenkins.dockerproject.org/job/Docker%20Master%20(windows)/) | [![Build Status](http://jenkins.dockerproject.org/job/Docker%20Master%20(freebsd)/badge/icon)](http://jenkins.dockerproject.org/job/Docker%20Master%20(freebsd)/) |
184 184
 
185 185
 Want to hack on Docker? Awesome! We have [instructions to help you get
186
-started contributing code or documentation](https://docs.docker.com/project/who-written-for/).
186
+started contributing code or documentation](https://docs.docker.com/opensource/project/who-written-for/).
187 187
 
188 188
 These instructions are probably not perfect, please let us know if anything
189 189
 feels wrong or incomplete. Better yet, submit a PR and improve them yourself.
... ...
@@ -288,7 +288,7 @@ for a container-centric world
288 288
 system
289 289
 * [Docker Compose](https://github.com/docker/compose) (formerly Fig): 
290 290
 Define and run multi-container apps
291
-* [Kitematic](https://github.com/kitematic/kitematic): The easiest way to use 
291
+* [Kitematic](https://github.com/docker/kitematic): The easiest way to use 
292 292
 Docker on Mac and Windows
293 293
 
294 294
 If you know of another project underway that should be listed here, please help