This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit c936c1b67f34f265e8b02768ca27fb16a3efc81c Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 10:27:55 2014 +0200 fixes #1076 change bottom links --- pollen-ui-angular/src/main/webapp/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pollen-ui-angular/src/main/webapp/index.html b/pollen-ui-angular/src/main/webapp/index.html index 74bd422..f7c666f 100644 --- a/pollen-ui-angular/src/main/webapp/index.html +++ b/pollen-ui-angular/src/main/webapp/index.html @@ -137,17 +137,17 @@ <div ng-view class='container-fluid' id="content"></div> <footer> - <a href="http://maven-site.chorem.org/pollen">Pollen</a> - <a href="http://www.chorem.org/projects/pollen/files">{{version}}</a> + <a href="https://doc.chorem.org/pollen" target="_blank">Pollen</a> + <a href="https://forge.chorem.org/projects/pollen/files" target="_blank">{{version}}</a> <span class="separator">-</span> - <a href="http://www.gnu.org/licenses/agpl.html">Licence</a> + <a href="http://www.gnu.org/licenses/agpl.html" target="_blank">Licence</a> <span class="separator">-</span> ©2009-2014 - <a href="http://www.codelutin.com/">Code Lutin</a> + <a href="http://www.codelutin.com/" target="_blank">Code Lutin</a> <span class="separator">-</span> - <a href="http://www.chorem.org/projects/pollen/issues">Rapport de bug</a> + <a href="https://forge.chorem.org/projects/pollen/issues" target="_blank">Rapport de bug</a> <span class="separator">-</span> - <a href="http://list.chorem.org/cgi-bin/mailman/listinfo/pollen-users">Support utilisateur</a> + <a href="http://list.chorem.org/cgi-bin/mailman/listinfo/pollen-users" target="_blank">Support utilisateur</a> </footer> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.