Skip to content

Commit

Permalink
Merge pull request #847 from piyush1594/redirecting-fixes
Browse files Browse the repository at this point in the history
Fix Redirecting Error
  • Loading branch information
cdrage authored Oct 11, 2017
2 parents 903acfd + 5c8d831 commit cfbc83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/maven-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfbc83a

Please sign in to comment.