Link to https://logging.apache.org/ (but don't change all tabs to spaces).
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/920ebf7c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/920ebf7c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/920ebf7c Branch: refs/heads/master Commit: 920ebf7cca11c0e39ce9c90ffd48f40dc8ecd27c Parents: bfa6889 Author: ggregory <[email protected]> Authored: Wed Aug 26 13:53:10 2015 -0700 Committer: ggregory <[email protected]> Committed: Wed Aug 26 13:53:10 2015 -0700 ---------------------------------------------------------------------- src/site/site.vm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/920ebf7c/src/site/site.vm ---------------------------------------------------------------------- diff --git a/src/site/site.vm b/src/site/site.vm index 0f80115..8148b8e 100644 --- a/src/site/site.vm +++ b/src/site/site.vm @@ -471,7 +471,9 @@ #googleAnalytics( $decoration.googleAnalyticsAccountId ) </head> <body class="composite"> - <img class="logo-left" src="$relativePath/images/ls-logo.jpg" alt="Apache logging services logo" /> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="$relativePath/images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> <img class="logo-right" src="$relativePath/images/logo.jpg" alt="Apache log4j logo" /> <div class="clear"></div>
