From 4ab3c2d5379f92d66d72c586934ad0e453e2ed3a Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Sun, 9 Oct 2016 16:21:16 +0200 Subject: [PATCH] #920 Fix link to JSR 269 in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c4569943c..5ca7a6a6e 100644 --- a/readme.md +++ b/readme.md @@ -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):