diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2019-01-21 03:27:27 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2019-01-22 04:29:15 +0100 |
commit | ba4e69bf30bf1c761b84e78dbec1fa1e285b02b6 (patch) | |
tree | 8da67351e84a35618f73ba42427a602a6ed6d371 | |
parent | 79d7b4c4a263c899a7ff193d96cf99274ec6fc0b (diff) | |
download | lombok-ba4e69bf30bf1c761b84e78dbec1fa1e285b02b6.tar.gz lombok-ba4e69bf30bf1c761b84e78dbec1fa1e285b02b6.tar.bz2 lombok-ba4e69bf30bf1c761b84e78dbec1fa1e285b02b6.zip |
[website] linked to blog for intellij install instructions just in case someone’s looking for screenshots and such
-rw-r--r-- | website/templates/setup/intellij.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/templates/setup/intellij.html b/website/templates/setup/intellij.html index 331a7bcd..9e99adbf 100644 --- a/website/templates/setup/intellij.html +++ b/website/templates/setup/intellij.html @@ -18,5 +18,8 @@ Restart IntelliJ IDEA </li></ul> </p> + <p> + You can also check out <a href="https://www.baeldung.com/lombok-ide">Setting up Lombok with Eclipse and IntelliJ</a>, a blog article on baeldung. + </p> </@s.introduction> </@s.scaffold> |