
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 2fa846f25248559a413214c5ef2188af2ff7fe45 (commit) from ac15c8a5283067333e65bd772f75b5bbb2e0230e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=2fa846f25248559a413214c5e... http://github.com/ceki/logback/commit/2fa846f25248559a413214c5ef2188af2ff7fe... commit 2fa846f25248559a413214c5ef2188af2ff7fe45 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Mar 10 15:49:27 2010 +0100 - added a link to the article on making contributions. diff --git a/logback-site/src/site/pages/templates/footer.js b/logback-site/src/site/pages/templates/footer.js index c94810b..fc60fd3 100644 --- a/logback-site/src/site/pages/templates/footer.js +++ b/logback-site/src/site/pages/templates/footer.js @@ -21,7 +21,7 @@ AAT = '@' DOOTT = '.' document.write('<tr>') document.write('<td align="left" colspan="2">') -document.write('We are actively looking for volunteers to proofread the documentation. Please send your corrections or suggestions for improvement to "corrections' + AAT +'qos'+DOOTT+'ch".'); +document.write('We are actively looking for volunteers to proofread the documentation. Please send your corrections or suggestions for improvement to "corrections' + AAT +'qos'+DOOTT+'ch". See also the <a href="http://articles.qos.ch/contributing.html">instructions for contributors</a>.'); document.write('</td>') document.write('</table>') ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/templates/footer.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.