#920 Fix link to JSR 269 in readme.md

This commit is contained in:
Andreas Gudian 2016-10-09 16:21:16 +02:00
parent 7b0079c6be
commit 4ab3c2d537

View File

@ -31,7 +31,7 @@ MapStruct requires Java 1.6 or later.
## Using MapStruct
MapStruct is a Java annotation processor based on [JSR 269](jcp.org/en/jsr/detail?id=269) and as such can be used within command line builds (javac, Ant, Maven etc.) as well as from within your IDE.
MapStruct is a Java annotation processor based on [JSR 269](https://jcp.org/en/jsr/detail?id=269) and as such can be used within command line builds (javac, Ant, Maven etc.) as well as from within your IDE.
For Maven based projects add the following to your POM file in order to use MapStruct (the dependencies can be obtained from Maven Central):