aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/Builder.java
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-06-12 23:38:25 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-06-13 00:15:32 +0200
commite0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94 (patch)
tree32070da0532b4be8efe5164792f2c148d8a3b4dc /src/core/lombok/Builder.java
parent1772fa9d86e66ab815186c125062ca74e5b35849 (diff)
downloadlombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.tar.gz
lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.tar.bz2
lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.zip
All references in javadoc to projectlombok.org URLs now use the canonical URL.
Diffstat (limited to 'src/core/lombok/Builder.java')
-rw-r--r--src/core/lombok/Builder.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lombok/Builder.java b/src/core/lombok/Builder.java
index 3076581e..07032432 100644
--- a/src/core/lombok/Builder.java
+++ b/src/core/lombok/Builder.java
@@ -48,8 +48,8 @@ import java.lang.annotation.Target;
* as the relevant class, unless a method has been annotated, in which case it'll be equal to the
* return type of that method.
* <p>
- * Complete documentation is found at <a href="https://projectlombok.org/features/experimental/Builder.html">the project lombok features page for &#64;Builder</a>.
- * <p>
+ * Complete documentation is found at <a href="https://projectlombok.org/features/experimental/Builder">the project lombok features page for &#64;Builder</a>.
+ * <br>
* <p>
* Before:
*