Skip to content

Commit

Permalink
[docs] fix broken internal link (/docs/installation.md)
Browse files Browse the repository at this point in the history
- Removed the `/docs` part and the `.md` part from the link. 
- Tested with `bundle exec jekyll serve`.
- Working correctly now.
  • Loading branch information
soobinrho authored Oct 24, 2022
1 parent 2e5c37c commit 0ab734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maven-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Let's deploy a Springboot Java application with Docker Compose file using Fabric
* 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.md)
* Kompose - [Kompose Installation Guide](/installation)

__1. Clone the example project from GitHub__
```bash
Expand Down

0 comments on commit 0ab734c

Please sign in to comment.