Fix plugins page links LOG4J2-1394
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/068e5662 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/068e5662 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/068e5662 Branch: refs/heads/LOG4J-1181 Commit: 068e5662d9dfb71f0d040f7fcda1277b8d1dd548 Parents: 68be2c4 Author: Matt Sicker <[email protected]> Authored: Fri Jun 3 13:35:27 2016 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Jun 3 13:35:27 2016 -0500 ---------------------------------------------------------------------- src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/068e5662/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 286b459..57416ac 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -210,7 +210,8 @@ <item name="Converters" href="/manual/plugins.html#Converters"/> <item name="Key Providers" href="/manual/plugins.html#KeyProviders"/> <item name="Lookups" href="/manual/plugins.html#Lookups"/> - <item name="Preloading" href="/manual/plugins.html#Plugin_Preloading"/> + <item name="Type Converters" href="/manual/plugins.html#TypeConverters"/> + <item name="Developer Notes" href="/manual/plugins.html#DeveloperNotes"/> </item> <item name="Programmatic Log4j Configuration" href="/manual/customconfig.html" collapse="true">
