From 15c24db9a59bf2c3eb02f7a18ffd501284893ed3 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Thu, 20 Aug 2015 13:40:03 -0700 Subject: [PATCH] Examples index has broken links Signed-off-by: Mary Anthony --- docs/examples/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/examples/index.md b/docs/examples/index.md index be52e3d077..c2ab8ac41a 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -14,10 +14,10 @@ weight = 8 This section contains the following: -* [Dockerizing MongoDB](mongodb.md) -* [Dockerizing PostgreSQL](postgresql_service.md) -* [Dockerizing a CouchDB service](couchdb_data_volumes.md) -* [Dockerizing a Node.js web app](nodejs_web_app.md) -* [Dockerizing a Redis service](running_redis_service.md) -* [Dockerizing an apt-cacher-ng service](apt-cacher-ng.md) +* [Dockerizing MongoDB](/examples/mongodb/) +* [Dockerizing PostgreSQL](/examples/postgresql_service/) +* [Dockerizing a CouchDB service](/examples/couchdb_data_volumes/) +* [Dockerizing a Node.js web app](/examples/nodejs_web_app/) +* [Dockerizing a Redis service](/examples/running_redis_service/) +* [Dockerizing an apt-cacher-ng service](/examples/apt-cacher-ng/) * [Dockerizing applications: A 'Hello world'](/userguide/dockerizing)