Browse code

Merge pull request #6356 from mattyw/master

fixed a broken link in the readme

O.S. Tezer authored on 2014/06/18 03:00:46
Showing 1 changed files
... ...
@@ -142,11 +142,10 @@ Docker can be installed on your local machine as well as servers - both
142 142
 bare metal and virtualized.  It is available as a binary on most modern
143 143
 Linux systems, or as a VM on Windows, Mac and other systems.
144 144
 
145
-We also offer an interactive tutorial for quickly learning the basics of
146
-using Docker.
145
+We also offer an [interactive tutorial](http://www.docker.com/tryit/)
146
+for quickly learning the basics of using Docker.
147 147
 
148
-For up-to-date install instructions and online tutorials, see the
149
-[Getting Started page](http://www.docker.io/gettingstarted/).
148
+For up-to-date install instructions, see the [Docs](http://docs.docker.com).
150 149
 
151 150
 Usage examples
152 151
 ==============