From 5e73f81f2f99507e31e8483a0d380bbd71ba5cdc Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Tue, 28 Jul 2015 16:37:52 -0700 Subject: [PATCH] Fix a couple broken links Signed-off-by: Jay Kamat Upstream-commit: 4ca0aad85557ae41c8f4eeb978287cd8657a50b6 Component: engine --- components/engine/README.md | 2 +- components/engine/experimental/README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/engine/README.md b/components/engine/README.md index 18a396c557..86f45a3d86 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -13,7 +13,7 @@ databases, and backend services without depending on a particular stack or provider. Docker began as an open-source implementation of the deployment engine which -powers [dotCloud](https://dotcloud.com), a popular Platform-as-a-Service. +powers [dotCloud](https://www.dotcloud.com), a popular Platform-as-a-Service. It benefits directly from the experience accumulated over several years of large-scale operation and support of hundreds of thousands of applications and databases. diff --git a/components/engine/experimental/README.md b/components/engine/experimental/README.md index 83b2ccf57a..d236df2713 100644 --- a/components/engine/experimental/README.md +++ b/components/engine/experimental/README.md @@ -61,8 +61,6 @@ After downloading the appropriate binary, you can follow the instructions ## Current experimental features -* [Support for Docker plugins](plugins.md) -* [Volume plugins](plugins_volume.md) * [Network plugins](plugins_network.md) * [Networking and Services UI](networking.md) * [Native multi-host networking](network_overlay.md)