From a8a33c1d078c2dc33f264fd312704e6bbd0b833c Mon Sep 17 00:00:00 2001 From: xufei100 Date: Tue, 11 Apr 2017 03:40:09 +0800 Subject: [PATCH] Update compose-file-v2.md (#2702) fix wrong link --- compose/compose-file/compose-file-v2.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose/compose-file/compose-file-v2.md b/compose/compose-file/compose-file-v2.md index 349ab95006..4fcf04c316 100644 --- a/compose/compose-file/compose-file-v2.md +++ b/compose/compose-file/compose-file-v2.md @@ -1191,9 +1191,9 @@ refer to it within the Compose file: ## Compose documentation - [User guide](/compose/index.md) -- [Installing Compose](/compose/install/) +- [Installing Compose](/compose/install.md) - [Compose file versions and upgrading](compose-versioning.md) -- [Get started with Django](/compose/django/) -- [Get started with Rails](/compose/rails/) -- [Get started with WordPress](/compose/wordpress/) +- [Get started with Django](/compose/django.md) +- [Get started with Rails](/compose/rails.md) +- [Get started with WordPress](/compose/wordpress.md) - [Command line reference](/compose/reference/)