This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit b6cb0e624bc01c0a13ae46d6a0ca2eef458530d6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 12:38:07 2014 +0100 fixes #3549: Migrates to git (fix jrst url) --- src/site/site_en.xml | 3 +-- src/site/site_fr.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/site/site_en.xml b/src/site/site_en.xml index 1bbaa0f..f569a70 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -39,8 +39,7 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> - <logo href="${mavenpomSiteCommonResourcesUrl}/jrst/" name="JRst" - img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/> + <logo href="https://jrst.nuiton.org" name="JRst" img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${siteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/> </poweredBy> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index c458e86..19cb717 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -37,8 +37,7 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> - <logo href="${mavenpomSiteCommonResourcesUrl}/jrst/" name="JRst" - img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/> + <logo href="https://jrst.nuiton.org" name="JRst" img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${siteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/> </poweredBy> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.