diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-10-13 22:47:07 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-01-12 00:37:53 +0100 |
commit | d59fff6ef9d8e18a986a87406b317be5d177e652 (patch) | |
tree | 2385d79a24a9c96c328c9b4c391a559df26760e1 /src/core/lombok/extern/slf4j/Slf4j.java | |
parent | e41652a5c6d0784fa7c233d69084a5274ff48cc0 (diff) | |
download | lombok-d59fff6ef9d8e18a986a87406b317be5d177e652.tar.gz lombok-d59fff6ef9d8e18a986a87406b317be5d177e652.tar.bz2 lombok-d59fff6ef9d8e18a986a87406b317be5d177e652.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/slf4j/Slf4j.java')
-rw-r--r-- | src/core/lombok/extern/slf4j/Slf4j.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/extern/slf4j/Slf4j.java b/src/core/lombok/extern/slf4j/Slf4j.java index c4aded24..da65e27c 100644 --- a/src/core/lombok/extern/slf4j/Slf4j.java +++ b/src/core/lombok/extern/slf4j/Slf4j.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> |