Add XML anchor to fix documentation link 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/68be2c4f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/68be2c4f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/68be2c4f Branch: refs/heads/LOG4J-1181 Commit: 68be2c4fa94bc181e99add8ea55f85cecca231b0 Parents: ce4492f Author: Matt Sicker <[email protected]> Authored: Fri Jun 3 13:34:01 2016 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Jun 3 13:34:01 2016 -0500 ---------------------------------------------------------------------- src/site/xdoc/manual/configuration.xml.vm | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/68be2c4f/src/site/xdoc/manual/configuration.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm index ca0bceb..d1f485c 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -424,6 +424,7 @@ public class Bar { <td>Enables diagnostic information while loading plugins.</td> </tr> </table> + <a name="XML"/> <p> Log4j can be configured using two XML flavors; concise and strict. The concise format makes configuration very easy as the element names match the components they represent however it
