Browse code

Fix dotCloud link

dotCloud no longer exists, and since this part of the
readme is refering to "where it all started", replaced
the link with an archive link around the time that
Docker was publicly announced.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/05/03 18:43:43
Showing 1 changed files
... ...
@@ -13,12 +13,12 @@ databases, and backend services without depending on a particular stack
13 13
 or provider.
14 14
 
15 15
 Docker began as an open-source implementation of the deployment engine which
16
-powers [dotCloud](https://www.dotcloud.com), a popular Platform-as-a-Service.
17
-It benefits directly from the experience accumulated over several years
18
-of large-scale operation and support of hundreds of thousands of
19
-applications and databases.
16
+powered [dotCloud](http://web.archive.org/web/20130530031104/https://www.dotcloud.com/),
17
+a popular Platform-as-a-Service. It benefits directly from the experience
18
+accumulated over several years of large-scale operation and support of hundreds
19
+of thousands of applications and databases.
20 20
 
21
-![](docs/static_files/docker-logo-compressed.png "Docker")
21
+![Docker logo](docs/static_files/docker-logo-compressed.png "Docker")
22 22
 
23 23
 ## Security Disclosure
24 24