aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern/java/Log.java
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2022-10-13 22:47:07 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2022-10-13 22:47:32 +0200
commit731bb185077918af8bc1e6a9e6bb538b2d3fbbd8 (patch)
treef455023b0d31345f3a1623fbb964dc67ab413018 /src/core/lombok/extern/java/Log.java
parent91a511bbb70564c5b9aa5f7c1fa3dab3de22602b (diff)
downloadlombok-731bb185077918af8bc1e6a9e6bb538b2d3fbbd8.tar.gz
lombok-731bb185077918af8bc1e6a9e6bb538b2d3fbbd8.tar.bz2
lombok-731bb185077918af8bc1e6a9e6bb538b2d3fbbd8.zip
[documentation] We had various links to features/Log, but the right canonical url is features/log.
Also, the changelog has been updated; all links updated to the canonical version.
Diffstat (limited to 'src/core/lombok/extern/java/Log.java')
-rw-r--r--src/core/lombok/extern/java/Log.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/extern/java/Log.java b/src/core/lombok/extern/java/Log.java
index f2b5024f..96e52191 100644
--- a/src/core/lombok/extern/java/Log.java
+++ b/src/core/lombok/extern/java/Log.java
@@ -29,7 +29,7 @@ import java.lang.annotation.Target;
/**
* Causes lombok to generate a logger field.
* <p>
- * Complete documentation is found at <a href="https://projectlombok.org/features/Log">the project lombok features page for lombok log annotations</a>.
+ * Complete documentation is found at <a href="https://projectlombok.org/features/log">the project lombok features page for lombok log annotations</a>.
* <p>
* Example:
* <pre>