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 | |
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')
-rw-r--r-- | website/templates/contributing/contributing.html | 2 | ||||
-rw-r--r-- | website/templates/contributing/index.html | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/website/templates/contributing/index.html b/website/templates/contributing/index.html index c6c85483..f0e3ef9a 100644 --- a/website/templates/contributing/index.html +++ b/website/templates/contributing/index.html @@ -14,7 +14,7 @@ </@main.feature> </div> <div class="row"> - More documentation can be found on the <a href="https://github.com/rzwitserloot/lombok/wiki">project lombok github wiki</a>. + More documentation can be found on the <a href="https://github.com/projectlombok/lombok/wiki">project lombok github wiki</a>. </div> </div> </@main.scaffold> |