diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-12-17 22:50:44 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-12-17 22:55:05 +0100 |
commit | 16aeef1608942137b857b1fa31661106547eeb29 (patch) | |
tree | ebd12e5eb3abe95ebd1251d193431f052743714b /website/templates/contributing | |
parent | 6ca884be755ccb28d2ebfe4b2e138e5b0c276875 (diff) | |
download | lombok-16aeef1608942137b857b1fa31661106547eeb29.tar.gz lombok-16aeef1608942137b857b1fa31661106547eeb29.tar.bz2 lombok-16aeef1608942137b857b1fa31661106547eeb29.zip |
[website] Added security vulnerability disclosure page
Diffstat (limited to 'website/templates/contributing')
-rw-r--r-- | website/templates/contributing/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/templates/contributing/index.html b/website/templates/contributing/index.html index 4f6a1bca..c6c85483 100644 --- a/website/templates/contributing/index.html +++ b/website/templates/contributing/index.html @@ -13,5 +13,8 @@ Discusses how lombok ends up being invoked, and how it gets around to transforming code being compiled / edited. </@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>. + </div> </div> </@main.scaffold> |