diff options
Diffstat (limited to 'website/setup/netbeans.html')
-rw-r--r-- | website/setup/netbeans.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html index e1dafca7..96f127f6 100644 --- a/website/setup/netbeans.html +++ b/website/setup/netbeans.html @@ -9,7 +9,7 @@ <title>Project Lombok</title> <!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]--> </head><body> - <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> + <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a> <div class="meat"> <h1><a href="/">Project Lombok</a> - NetBeans instructions</h1> <div id="buttonBar" class="buttonBar"> @@ -17,15 +17,15 @@ <img src="../icon_overview.png" /> <span>Feature Overview</span> </a> - <a class="button" href="http://groups.google.com/group/project-lombok"> + <a class="button" href="https://groups.google.com/group/project-lombok"> <img src="../icon_discussion.png" /> <span>Discuss / Help</span> </a> - <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing"> + <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing"> <img src="../icon_contribute.png" /> <span>Contribute</span> </a> - <a class="button" href="http://code.google.com/p/projectlombok/issues/list"> + <a class="button" href="https://code.google.com/p/projectlombok/issues/list"> <img src="../icon_bugs.png" /> <span>Report an issue</span> </a> |