diff options
Diffstat (limited to 'website/templates/contributing/contributing.html')
-rw-r--r-- | website/templates/contributing/contributing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/contributing/contributing.html b/website/templates/contributing/contributing.html index 8da9b827..54d3ac4f 100644 --- a/website/templates/contributing/contributing.html +++ b/website/templates/contributing/contributing.html @@ -10,7 +10,7 @@ <div class="row text-center"> <@main.h1 title="How to work on Project Lombok yourself" /> </div><div class="row"> - Project Lombok is being developed via the <a href="https://github.com/rzwitserloot/lombok">lombok git repository on github</a>. + Project Lombok is being developed via the <a href="https://github.com/projectlombok/lombok">lombok git repository on github</a>. </div><div class="row"> <p> If you want to start development on lombok, clone the repository and run <code>ant eclipse</code> or <code>ant intellij</code>, then open the working directory as a project in eclipse / intellij. Because the main contributors of lombok all use eclipse, that'll probably work a little more smoothly. |