From 5c8d831b0256682759d758e0f46f4f4664b38f7e Mon Sep 17 00:00:00 2001 From: piyush Date: Wed, 11 Oct 2017 20:54:50 +0530 Subject: [PATCH] Fix Redirecting Error This wil fix the redirecting issue to quickstart in integrations.md and to kompose installation in maven-example.md Fixes #844 --- docs/integrations.md | 2 +- docs/maven-example.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations.md b/docs/integrations.md index 577544ba..08b9ff1b 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -41,5 +41,5 @@ Technically, Fabric8 Maven Plugin processes the external docker-compose.yml file __Links:__ -* [Quickstart](/docs/maven-example) +* [Quickstart](/docs/maven-example.md) * [Documentation](https://maven.fabric8.io/#docker-compose) diff --git a/docs/maven-example.md b/docs/maven-example.md index 89f5d3f6..fae9cea7 100644 --- a/docs/maven-example.md +++ b/docs/maven-example.md @@ -5,7 +5,7 @@ Lets deploy a Springboot Java application with Docker Compose file using Fabric8 * Linux or MacOS or Windows * JDK 1.7+ - [JDK Quick Installation Guide](http://openjdk.java.net/install/) * Maven 3.x+ - [Maven Installation Guide](http://www.baeldung.com/install-maven-on-windows-linux-mac) -* Kompose - [Kompose Installation Guide](/docs/installation) +* Kompose - [Kompose Installation Guide](/docs/installation.md) __1. Clone the example project from GitHub__ ```bash