Skip to content

Commit 070e1a8

Browse files
authored
Fix LowerLookup link in docs (#3051)
1 parent 28da720 commit 070e1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/antora/modules/ROOT/pages/manual/lookups.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,5 +1027,5 @@ While annotating your lookup with `@Plugin`, you need to make sure that
10271027
10281028
You can check out the following files for examples:
10291029
1030-
* {project-github-url}/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/DateLookup.java[`LowerLookup.java`] – <<LowerLookup>> lower-cases its input
1030+
* {project-github-url}/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/LowerLookup.java[`LowerLookup.java`] – <<LowerLookup>> lower-cases its input
10311031
* {project-github-url}/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/EventLookup.java[`EventLookup.java`] – <<EventLookup>> extracts specified fields from the effective `LogEvent` in the context

0 commit comments

Comments
 (0)