Fix Redirecting Error

This wil fix the redirecting issue to quickstart in integrations.md
and to kompose installation in maven-example.md
Fixes #844
This commit is contained in:
piyush 2017-10-11 20:54:50 +05:30
parent 903acfdbbf
commit 5c8d831b02
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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