diff options
Diffstat (limited to 'website/download.html')
-rw-r--r-- | website/download.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html index cc8ac1c5..3eb4fa7d 100644 --- a/website/download.html +++ b/website/download.html @@ -4,7 +4,7 @@ <link rel="stylesheet" type="text/css" href="logi/reset.css" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <meta name="description" content="Spice up your java" /> - <title>Project Lombok</title> + <title>Project Lombok - Download</title> <style type="text/css"> code { font-size: 12px; @@ -51,6 +51,9 @@ <p> <a href="mavenrepo/index.html">Using maven? Click here!</a> </p> + <p> + Interested in the cutting edge build? More information on the <a href="download-edge.html">cutting edge</a> page. + </p> <div class="backLink"> <a href="index.html">back to the project homepage</a> </div> |