Merge pull request #847 from piyush1594/redirecting-fixes

Fix Redirecting Error
This commit is contained in:
Charlie Drage 2017-10-11 12:05:22 -04:00 committed by GitHub
commit cfbc83a8ea
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