diff options
| author | Roel Spilker <r.spilker@gmail.com> | 2021-04-23 00:01:55 +0200 |
|---|---|---|
| committer | Roel Spilker <r.spilker@gmail.com> | 2021-04-23 00:01:55 +0200 |
| commit | 6758714ed564d72236564889157c4812eacb96fb (patch) | |
| tree | c6160f835c59dd2055ed026e09eec5d9e90eb4fa /website/templates/contributing/contributing.html | |
| parent | 5120abe4741c78d19d7e65404f407cfe57074a47 (diff) | |
| download | lombok-6758714ed564d72236564889157c4812eacb96fb.tar.gz lombok-6758714ed564d72236564889157c4812eacb96fb.tar.bz2 lombok-6758714ed564d72236564889157c4812eacb96fb.zip | |
Change owner lombok GitHub repository
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. |
