Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -14,10 +14,10 @@ weight = 8 |
| 14 | 14 |
|
| 15 | 15 |
This section contains the following: |
| 16 | 16 |
|
| 17 |
-* [Dockerizing MongoDB](mongodb.md) |
|
| 18 |
-* [Dockerizing PostgreSQL](postgresql_service.md) |
|
| 19 |
-* [Dockerizing a CouchDB service](couchdb_data_volumes.md) |
|
| 20 |
-* [Dockerizing a Node.js web app](nodejs_web_app.md) |
|
| 21 |
-* [Dockerizing a Redis service](running_redis_service.md) |
|
| 22 |
-* [Dockerizing an apt-cacher-ng service](apt-cacher-ng.md) |
|
| 17 |
+* [Dockerizing MongoDB](/examples/mongodb/) |
|
| 18 |
+* [Dockerizing PostgreSQL](/examples/postgresql_service/) |
|
| 19 |
+* [Dockerizing a CouchDB service](/examples/couchdb_data_volumes/) |
|
| 20 |
+* [Dockerizing a Node.js web app](/examples/nodejs_web_app/) |
|
| 21 |
+* [Dockerizing a Redis service](/examples/running_redis_service/) |
|
| 22 |
+* [Dockerizing an apt-cacher-ng service](/examples/apt-cacher-ng/) |
|
| 23 | 23 |
* [Dockerizing applications: A 'Hello world'](/userguide/dockerizing) |