diff options
-rw-r--r-- | website/templates/_download-edge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/_download-edge.html b/website/templates/_download-edge.html index 3fa28f83..c1520780 100644 --- a/website/templates/_download-edge.html +++ b/website/templates/_download-edge.html @@ -10,7 +10,7 @@ </div><div class="row text-center"> <h2><a href="/lombok-edge.jar" id="downloadLink">Download edge release now!</a></h2> <p> - You can use the edge release also from your build tool using <a href="https://jitpack.io/#org.projectlombok/lombok/master-SNAPSHOT">the JitPack repository</a>. + You can use the edge release also from your build tool using <a href="https://jitpack.io/#org.projectlombok/lombok/edge-SNAPSHOT">the JitPack repository</a>. </p> </div><div class="row text-center"> <p> |