This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See http://git.codelutin.com/coser.git commit dd885e379b915e64c82a94880ddbeb463775e29e Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Dec 21 19:41:36 2014 +0100 fixes #6356: Revue de la documentation du site --- coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp | 2 +- coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp b/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp index eeb8f45..d8feddb 100644 --- a/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp +++ b/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp @@ -99,7 +99,7 @@ <div id="footer"> <ul class="clearfix"> <li> - <a href="https://doc.codelutin.com/coser/" title="Documentation de l'application" target="_blank"> + <a href="https://coser.codelutin.com" title="Documentation de l'application" target="_blank"> Coser </a> </li> diff --git a/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp b/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp index a62ac14..372158e 100644 --- a/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp +++ b/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp @@ -101,7 +101,7 @@ <div id="footer"> <ul class="clearfix"> <li> - <a href="http://maven-site.forge.codelutin.com/coser/" title="Documentation de l'application" target="_blank"> + <a href="http://coser.codelutin.com" title="Documentation de l'application" target="_blank"> Coser </a> </li> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.