aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/shared
diff options
context:
space:
mode:
authorMarc Florisson2015-06-11 11:09:49 +0200
committerMarc Florisson2015-06-11 11:09:49 +0200
commitdd1635f95d06c679e7e5eb8a5ef10225628c0e23 (patch)
tree2ce289a253c95b3e1119c9acea7fe564efd9b6ca /app/views/shared
parentf536bf7710aa2c70d659cfa16e62918d6c6f7bc3 (diff)
downloadchouette-core-dd1635f95d06c679e7e5eb8a5ef10225628c0e23.tar.bz2
update help for new version delivery, update footer links to product web site
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_footer.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_footer.erb b/app/views/shared/_footer.erb
index 9b21219a0..e8fe2d5e4 100644
--- a/app/views/shared/_footer.erb
+++ b/app/views/shared/_footer.erb
@@ -8,7 +8,7 @@
<li><h4><%= t("layouts.footer.product.title") %></h4></li>
<li><%= link_to t("layouts.footer.product.licence"), "http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html", :target => "_blank" %></li>
<li><%= link_to t("layouts.footer.product.source_code"), "https://github.com/afimb/chouette2", :target => "_blank" %></li>
- <li><%= link_to t("layouts.footer.product.user_group"), "http://www.chouette.mobi/les-utilisateurs/club-utilisateur-des-outils-chouette-et-irys/", :target => "_blank" %></li>
+ <li><%= link_to t("layouts.footer.product.user_group"), "http://www.chouette.mobi/club-utilisateurs/", :target => "_blank" %></li>
</ul>
</div>
<div class="col-md-3">
@@ -34,7 +34,7 @@
<%= link_to t("layouts.footer.contact.mail"), "#{ChouetteIhm::Application.config.company_contact}", :target => "_blank" %>
<% end %>
</li>
- <li><%= link_to t("layouts.footer.contact.newsletter"),"http://www.chouette.mobi/les-utilisateurs/etre-informe/", :target => "_blank" %></li>
+ <li><%= link_to t("layouts.footer.contact.newsletter"),"http://www.chouette.mobi/club-utilisateurs/newsletter/", :target => "_blank" %></li>
<li><%= link_to t("layouts.footer.contact.forum"), "http://forum.chouette.mobi/", :target => "_blank" %></li>
</ul>
</div>