From b210a7295f3c6f2cd07bf7ea1c93499aa8197fca Mon Sep 17 00:00:00 2001 From: modem_down Date: Fri, 19 Jan 2018 19:17:40 +0000 Subject: [PATCH] Remove .md extensions that break links (#5742) The navigation links at the start of the content on pages such as https://docs.docker.com/get-started/part2/ have broken links (at least, with JavaScript disabled). The links go to e.g. https://docs.docker.com/get-started/part2.md but should instead go to https://docs.docker.com/get-started/part2 or https://docs.docker.com/get-started/part2/ . --- get-started/nav.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/get-started/nav.html b/get-started/nav.html index 49578bcd1d..828852ea93 100644 --- a/get-started/nav.html +++ b/get-started/nav.html @@ -1,8 +1,8 @@