From 6ac8ac5b467b91b5ed115787a832b7cd53e0974a Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Mon, 29 Aug 2016 19:26:22 -0700 Subject: [PATCH] Relative links JS fix --- _layouts/docs.html | 8 ++++++++ compose/completion.md | 11 +++++++++++ docker-cloud/overview.md | 1 + 3 files changed, 20 insertions(+) diff --git a/_layouts/docs.html b/_layouts/docs.html index c83801dfa2..cfd07fbbba 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -194,6 +194,14 @@ ng\:form {
{{ content }}
+ diff --git a/compose/completion.md b/compose/completion.md index c527db6a57..229895ca4a 100644 --- a/compose/completion.md +++ b/compose/completion.md @@ -66,3 +66,14 @@ Enjoy working with Compose faster and with less typos! - [Get started with WordPress](wordpress.md) - [Command line reference](./reference/index.md) - [Compose file reference](compose-file.md) + + diff --git a/docker-cloud/overview.md b/docker-cloud/overview.md index 0d5785d2d2..c23318a1b9 100644 --- a/docker-cloud/overview.md +++ b/docker-cloud/overview.md @@ -7,6 +7,7 @@ menu: parent: docker-cloud weight: -100 title: Docker Cloud Overview +permalink: /docker-cloud/overview.md --- # What is Docker Cloud?