diff options
author | Roel Spilker <r.spilker@gmail.com> | 2018-09-04 00:51:02 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-09-04 00:51:02 +0200 |
commit | 21df1c99391fb8e2678efa2ca11816bfcadd4725 (patch) | |
tree | 8b1cdf5bb0527418c8c264783a00f5c9861d08cc /website/templates | |
parent | f1c9909bd4e7560cc908e257a94e612ed3970f8c (diff) | |
download | lombok-21df1c99391fb8e2678efa2ca11816bfcadd4725.tar.gz lombok-21df1c99391fb8e2678efa2ca11816bfcadd4725.tar.bz2 lombok-21df1c99391fb8e2678efa2ca11816bfcadd4725.zip |
Use edge-SNAPSHOT instead of master-SNAPSHOT
Diffstat (limited to 'website/templates')
-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> |