[Xfce4-commits] <forum:master> Https for bugzilla and translations.
Nick Schermer
noreply at xfce.org
Sat Mar 26 21:16:01 CET 2011
Updating branch refs/heads/master
to f2e3680ab276eb1641408cfa36802e3d67686fa8 (commit)
from addf5e384a17d1ac576112b6024cd99999a56d8d (commit)
commit f2e3680ab276eb1641408cfa36802e3d67686fa8
Author: Nick Schermer <nick at xfce.org>
Date: Sat Mar 26 21:15:17 2011 +0100
Https for bugzilla and translations.
include/template/admin.tpl | 4 ++--
include/template/main.tpl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/template/admin.tpl b/include/template/admin.tpl
index ffd0505..3a64228 100644
--- a/include/template/admin.tpl
+++ b/include/template/admin.tpl
@@ -26,9 +26,9 @@ body {
<li><a href="http://docs.xfce.org" title="Official documentation">Docs</a></li>
<li><a href="http://wiki.xfce.org" title="Community documentation">Wiki</a></li>
<li><a href="http://forum.xfce.org" title="Community forums" class="active">Forum</a></li>
- <li><a href="http://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
+ <li><a href="https://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
<li><a href="http://blog.xfce.org" title="Visit the blog">Blog</a></li>
- <li><a href="http://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li>
+ <li><a href="https://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li>
<li><a href="http://git.xfce.org" title="Project repositories">GIT</a></li>
</ul>
</div>
diff --git a/include/template/main.tpl b/include/template/main.tpl
index a30fe06..9e2a663 100644
--- a/include/template/main.tpl
+++ b/include/template/main.tpl
@@ -27,9 +27,9 @@ body {
<li><a href="http://archive.xfce.org" title="Download location of tarballs">Archive</a></li>
<li><a href="http://wiki.xfce.org" title="Community documentation">Wiki</a></li>
<li><a href="http://forum.xfce.org" title="Community forums" class="active">Forum</a></li>
- <li><a href="http://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
+ <li><a href="https://bugzilla.xfce.org" title="Report and track bugs">Bugs</a></li>
<li><a href="http://blog.xfce.org" title="Visit the blog">Blog</a></li>
- <li><a href="http://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li>
+ <li><a href="https://translations.xfce.org" title="Help translating the Xfce project">Translate</a></li>
<li><a href="http://git.xfce.org" title="Project repositories">GIT</a></li>
</ul>
</div>
More information about the Xfce4-commits
mailing list