gnucash-htdocs master: Change all URLs pointing to gnucash.org to https.
John Ralls
jralls at code.gnucash.org
Fri Mar 4 13:19:27 EST 2016
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/88f43159 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/08a3eab8 (commit)
commit 88f4315926889cf866d6f5ef1cf84cca7593b7dd
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Mar 4 10:19:04 2016 -0800
Change all URLs pointing to gnucash.org to https.
diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 45cd854..567233c 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -164,25 +164,25 @@ include("$top_dir/externals/menu.phtml");
<h2 class="featuretitle"><?php echo T_("Download");?></h2>
<p class="justify">
-<?php echo T_("You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>.");?></p>
+<?php echo T_("You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>.");?></p>
<h2 class="featuretitle"><?php echo T_("Help");?></h2>
<p class="justify">
-<?php echo T_("<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and Guide. If you can't find the answer to your questions in those documents, try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</a>. If both options are unsatisfactory, you can send your questions to the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very friendly and experienced and someone will surely assist you.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and Guide. If you can't find the answer to your questions in those documents, try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</a>. If both options are unsatisfactory, you can send your questions to the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very friendly and experienced and someone will surely assist you.");?></p>
<h2 class="featuretitle"><?php echo T_("Want to Help?");?></h2>
<p class="justify">
<?php echo T_("<span class=\"gnucash\">GnuCash</span> is a program maintained by volunteers. If you want to be part of the effort, you can contribute in many ways:");?>
<ul>
-<li><?php echo T_("By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla\">reporting bugs</a>");?></li>
+<li><?php echo T_("By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla\">reporting bugs</a>");?></li>
<li><?php echo T_("By liking our project page on <a href=\"https://www.facebook.com/Gnucash\">facebook</a> and <a href=\"http://plus.google.com/u/0/+gnucash\">Google+</a>");?></li>
<li><?php echo T_("By spreading the word");?></li>
<li><?php echo T_("<a href=\"http://sourceforge.net/donate/index.php?group_id=192\">By making a donation</a>");?></li>
-<li><?php echo T_("By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC\">IRC channel</a>");?></li>
-<li><?php echo T_("By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/\">wiki</a>");?></li>
-<li><?php echo T_("By improving the <a href=\"http://gnucash.org/docs.phtml\">released documentation</a>");?></li>
-<li><?php echo T_("By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the program and documentation to your language</a>");?></li>
-<li><?php echo T_("By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the source code</a>");?></li>
+<li><?php echo T_("By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC\">IRC channel</a>");?></li>
+<li><?php echo T_("By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/\">wiki</a>");?></li>
+<li><?php echo T_("By improving the <a href=\"https://gnucash.org/docs.phtml\">released documentation</a>");?></li>
+<li><?php echo T_("By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the program and documentation to your language</a>");?></li>
+<li><?php echo T_("By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the source code</a>");?></li>
</ul>
</p>
<p style="text-align:right; font-size:14px; margin:6%"><i><?php echo T_("The GnuCash developers team");?></i></p>
diff --git a/docs.phtml b/docs.phtml
index b1ed331..e552160 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -22,7 +22,7 @@ include("externals/menu.phtml");
<p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>
-<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> channel <b>#gnucash</b> about your question. Another resource is the <a href=\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.");?></p>
+<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> channel <b>#gnucash</b> about your question. Another resource is the <a href=\"https://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.");?></p>
<p class="justify"><?php echo T_("You can also send an email to the <a href=\"mailto:gnucash-user at gnucash.org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the <b>Help Manual</b> or the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
@@ -268,33 +268,33 @@ if ($old_stable) { ?>
<td><?php echo T_("English");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=C&doc=help">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/C/gnucash-help.pdf">
+ <a href="https://code.gnucash.org/docs/C/gnucash-help.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/C/gnucash-help.epub">
+ <a href="https://code.gnucash.org/docs/C/gnucash-help.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/C/gnucash-help.mobi">
+ <a href="https://code.gnucash.org/docs/C/gnucash-help.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
<tr class="doctr">
<td><?php echo T_("German");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=de_DE&doc=help">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/de/gnucash-help.pdf">
+ <a href="https://code.gnucash.org/docs/de/gnucash-help.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/de/gnucash-help.epub">
+ <a href="https://code.gnucash.org/docs/de/gnucash-help.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/de/gnucash-help.mobi">
+ <a href="https://code.gnucash.org/docs/de/gnucash-help.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
<tr class="doctr">
<td><?php echo T_("Italian");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=it_IT&doc=help">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/it/gnucash-help.pdf">
+ <a href="https://code.gnucash.org/docs/it/gnucash-help.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/it/gnucash-help.epub">
+ <a href="https://code.gnucash.org/docs/it/gnucash-help.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/it/gnucash-help.mobi">
+ <a href="https://code.gnucash.org/docs/it/gnucash-help.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
</tbody>
@@ -307,44 +307,44 @@ if ($old_stable) { ?>
<td><?php echo T_("English");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=C&doc=guide">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/C/gnucash-guide.pdf">
+ <a href="https://code.gnucash.org/docs/C/gnucash-guide.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/C/gnucash-guide.epub">
+ <a href="https://code.gnucash.org/docs/C/gnucash-guide.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/C/gnucash-guide.mobi">
+ <a href="https://code.gnucash.org/docs/C/gnucash-guide.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
<tr class="doctr">
<td><?php echo T_("German");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=de_DE&doc=guide">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/de/gnucash-guide.pdf">
+ <a href="https://code.gnucash.org/docs/de/gnucash-guide.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/de/gnucash-guide.epub">
+ <a href="https://code.gnucash.org/docs/de/gnucash-guide.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/de/gnucash-guide.mobi">
+ <a href="https://code.gnucash.org/docs/de/gnucash-guide.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
<tr class="doctr">
<td><?php echo T_("Italian");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=it_IT&doc=guide">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/it/gnucash-guide.pdf">
+ <a href="https://code.gnucash.org/docs/it/gnucash-guide.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/it/gnucash-guide.epub">
+ <a href="https://code.gnucash.org/docs/it/gnucash-guide.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/it/gnucash-guide.mobi">
+ <a href="https://code.gnucash.org/docs/it/gnucash-guide.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
<tr class="doctr">
<td><?php echo T_("Japanese");?> :</td><td>
<a href="<?=$top_dir;?>/viewdoc.phtml?rev=trunk&lang=ja_JP&doc=guide">
<img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/ja/gnucash-guide.pdf">
+ <a href="https://code.gnucash.org/docs/ja/gnucash-guide.pdf">
<img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/ja/gnucash-guide.epub">
+ <a href="https://code.gnucash.org/docs/ja/gnucash-guide.epub">
<img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
- <a href="http://code.gnucash.org/docs/ja/gnucash-guide.mobi">
+ <a href="https://code.gnucash.org/docs/ja/gnucash-guide.mobi">
<img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
</td></tr>
</tbody>
diff --git a/externals/footer.phtml b/externals/footer.phtml
index fdff222..b269a57 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -3,7 +3,7 @@
<div id="tail">
<div id="validator">
<p about="" resource="http://www.w3.org/TR/rdfa-syntax" rel="dc:conformsTo" xmlns:dc="http://purl.org/dc/terms/">
-<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" height="31" width="88" /></a>
+<a href="http://validator.w3.org/check?uri=referer"><img src="https://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" height="31" width="88" /></a>
</p>
</div>
<p><b>Copyright © 2001-2016 The GnuCash Project</b></p>
diff --git a/externals/header.phtml b/externals/header.phtml
index 6130db7..f49ccd3 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -102,7 +102,7 @@ if (isset($homepage)) { ?>
<li id="fb-icon"><a href="https://www.facebook.com/Gnucash" title="<?php echo T_($titlefb);?>"></a></li>
<li id="gplus-icon"><a href="https://plus.google.com/u/0/103666182558673867088/" title="<?php echo T_($titlegplus);?>"></a></li>
<li id="uservoice-icon"><a href="http://gnucash.uservoice.com/" title="<?php echo T_($titleuservoice);?>"></a></li>
- <li id="donation-icon"><a href="http://gnucash.org/donate.phtml" title="<?php echo T_($titledonation);?>"></a></li>
+ <li id="donation-icon"><a href="https://gnucash.org/donate.phtml" title="<?php echo T_($titledonation);?>"></a></li>
<li id="rss-icon"><a href="<?=$home?>/atom.php" title="<?php echo T_($titleRSS);?>"></a></li>
</ul>
</div>
diff --git a/externals/menu.phtml b/externals/menu.phtml
index 4de83c9..daeb31a 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -9,7 +9,7 @@
<li><a href="<?=$home?>/index.phtml"><?= T_("About / News")?></a></li>
<!--RSS atom feed link is on the top-right of the page <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/images/icons/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>-->
<li><a href="<?=$home?>/features.phtml"><?=T_("Screenshots, Features")?></a></li>
- <li><a href="http://wiki.gnucash.org/wiki/Development"><?= T_("How to help")?></a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/Development"><?= T_("How to help")?></a></li>
<li><a href="<?=$home?>/donate.phtml"><?=T_("Donations")?></a></li>
</ul>
</div>
@@ -28,16 +28,16 @@
<b><?=T_("Support")?></b></span>
<ul>
<li><a href="<?=$home?>/docs.phtml"><?=T_("Documentation")?></a></li>
- <li><a href="http://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li>
- <li><a href="http://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="http://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li>
- <li><a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/FAQ"><?=T_("FAQ")?></a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/"><?=T_("Wiki")?></a> <a href="https://wiki.gnucash.org/wiki/De/GnuCash">[de]</a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists")?></a></li>
<!-- <li style="list-style-image:none;list-style-type:none;">
<ul style="padding-bottom:0px; margin-top:0px; margin-bottom:5px;">
<li><a href="https://lists.gnucash.org/search/<? if ($locale != "") { echo "?lang=$locale"; } ?>"><?=T_("Search")?></a></li>
</ul>
</li>-->
- <li><a href="http://wiki.gnucash.org/wiki/Bugzilla"><?=T_("Bug Reports")?></a></li>
- <li><a href="http://wiki.gnucash.org/wiki/IRC"><?=T_("IRC (Chat)")?></a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/Bugzilla"><?=T_("Bug Reports")?></a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/IRC"><?=T_("IRC (Chat)")?></a></li>
</ul>
</div>
<div class="othernews">
@@ -46,10 +46,10 @@
<b><?=T_("Development")?></b>
</span>
<ul>
- <li><a href="http://svn.gnucash.org/docs/HEAD/"><?=T_("Source Docs")?></a></li>
+ <li><a href="https://svn.gnucash.org/docs/HEAD/"><?=T_("Source Docs")?></a></li>
<li><a href="https://github.com/Gnucash/"><?= T_("Browse Source Code")?></a></li>
- <li><a href="http://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
- <li><a href="http://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/Git"><?= T_("Git Access")?> </a></li>
+ <li><a href="https://wiki.gnucash.org/wiki/Translation"><?=T_("Language Translations")?></a></li>
<li><a href="<?=$home?>/develdocs.phtml"><?=T_("Writing Documentation")?></a></li>
<li><a href="<?=$home?>/sizing.phtml"><?=T_("Sizing")?></a></li>
</ul>
diff --git a/index.phtml b/index.phtml
index 75303c9..a79d819 100644
--- a/index.phtml
+++ b/index.phtml
@@ -40,7 +40,7 @@ include("externals/menu.phtml");
<div style="float:right">
<div class="dialog note">
<h1><?php echo T_("Need Help?");?></h1>
- <p class="justify"><?php echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the");?> <a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?php echo T_("Mailing Lists");?></a><?php echo T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.");?></p>
+ <p class="justify"><?php echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the");?> <a href="https://wiki.gnucash.org/wiki/Mailing_Lists"><?php echo T_("Mailing Lists");?></a><?php echo T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.");?></p>
</div>
</div>
<!-- end of Need Help section -->
diff --git a/news/021014-announce-1-7-1.news b/news/021014-announce-1-7-1.news
index 72ed623..2cb3bea 100644
--- a/news/021014-announce-1-7-1.news
+++ b/news/021014-announce-1-7-1.news
@@ -21,7 +21,7 @@ and chat with us in the #gnucash channel.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
diff --git a/news/021028-announce-1-7-2.news b/news/021028-announce-1-7-2.news
index 80700d9..b5355fe 100644
--- a/news/021028-announce-1-7-2.news
+++ b/news/021028-announce-1-7-2.news
@@ -40,7 +40,7 @@ paper, signs it, and sends it to his bank.)
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
diff --git a/news/021117-announce-1-7-3.news b/news/021117-announce-1-7-3.news
index 5295678..e516acf 100644
--- a/news/021117-announce-1-7-3.news
+++ b/news/021117-announce-1-7-3.news
@@ -24,7 +24,7 @@ version 1.7.3: "This rose is priceless".
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">download.sourceforge.net/gnucash</a></b>
diff --git a/news/021202-announce-1-7-4.news b/news/021202-announce-1-7-4.news
index 0f097e4..db0386d 100644
--- a/news/021202-announce-1-7-4.news
+++ b/news/021202-announce-1-7-4.news
@@ -83,7 +83,7 @@ work from the<br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/021203-announce-1-7-5.news b/news/021203-announce-1-7-5.news
index a12a9e3..3ceb144 100644
--- a/news/021203-announce-1-7-5.news
+++ b/news/021203-announce-1-7-5.news
@@ -54,7 +54,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/021222-announce-1-7-6.news b/news/021222-announce-1-7-6.news
index f4043cc..b4d5dd7 100644
--- a/news/021222-announce-1-7-6.news
+++ b/news/021222-announce-1-7-6.news
@@ -97,7 +97,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030106-announce-1-7-7.news b/news/030106-announce-1-7-7.news
index 744e6c5..dd3e143 100644
--- a/news/030106-announce-1-7-7.news
+++ b/news/030106-announce-1-7-7.news
@@ -102,7 +102,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030120-announce-1-7-8.news b/news/030120-announce-1-7-8.news
index bbfa7dd..3c6606e 100644
--- a/news/030120-announce-1-7-8.news
+++ b/news/030120-announce-1-7-8.news
@@ -101,7 +101,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030127-announce-doc-1-7-8.news b/news/030127-announce-doc-1-7-8.news
index c395b80..dc97bdc 100644
--- a/news/030127-announce-doc-1-7-8.news
+++ b/news/030127-announce-doc-1-7-8.news
@@ -16,7 +16,7 @@ version 1.7.8.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030127-de-maillist.news b/news/030127-de-maillist.news
index 568d644..3f38011 100644
--- a/news/030127-de-maillist.news
+++ b/news/030127-de-maillist.news
@@ -3,7 +3,7 @@
A new mailing list for German speaking GnuCash users has been created:
gnucash-de at gnucash.org. To subscribe, visit
-<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
+<a href="https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de</a> and enter
your email address there. You can choose whether you would like to
receive the administrative emails in German or in English language.
@@ -16,7 +16,7 @@ users (e.g. HBCI or German tax system).
Ab sofort existiert eine neue Mailingliste für die deutschsprachigen
Benutzer von GnuCash. Um sie zu abonnieren, trage man auf
-<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
+<a href="https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de">
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-de</a> seine
E-Mail-Adresse ein. Man kann dort auÃerdem wählen, ob man
administrativen E-Mails lieber auf Deutsch oder auf Englisch erhalten
diff --git a/news/030202-announce-1-8-0.news b/news/030202-announce-1-8-0.news
index 4a3aaae..263cef4 100644
--- a/news/030202-announce-1-8-0.news
+++ b/news/030202-announce-1-8-0.news
@@ -79,7 +79,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030209-announce-1-8-1.news b/news/030209-announce-1-8-1.news
index 4ea7797..874d941 100644
--- a/news/030209-announce-1-8-1.news
+++ b/news/030209-announce-1-8-1.news
@@ -62,7 +62,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030309-announce-1-8-2.news b/news/030309-announce-1-8-2.news
index 7ec3ca9..dec1ec7 100644
--- a/news/030309-announce-1-8-2.news
+++ b/news/030309-announce-1-8-2.news
@@ -68,7 +68,7 @@ with the new GNOME <br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030512-announce-1-8-3.news b/news/030512-announce-1-8-3.news
index 597901c..efd44b1 100644
--- a/news/030512-announce-1-8-3.news
+++ b/news/030512-announce-1-8-3.news
@@ -70,7 +70,7 @@ of stable version 1.8.3.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030526-announce-1-8-4.news b/news/030526-announce-1-8-4.news
index c53fa0b..8e74d81 100644
--- a/news/030526-announce-1-8-4.news
+++ b/news/030526-announce-1-8-4.news
@@ -87,7 +87,7 @@ of stable version 1.8.4.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030819-announce-1-8-2-docs.news b/news/030819-announce-1-8-2-docs.news
index 201e062..937621c 100644
--- a/news/030819-announce-1-8-2-docs.news
+++ b/news/030819-announce-1-8-2-docs.news
@@ -13,7 +13,7 @@ of the docs version 1.8.2.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030819-announce-1-8-5.news b/news/030819-announce-1-8-5.news
index a8c00e6..bb2f352 100644
--- a/news/030819-announce-1-8-5.news
+++ b/news/030819-announce-1-8-5.news
@@ -132,7 +132,7 @@ of stable version 1.8.5.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030831-announce-1-8-3-docs.news b/news/030831-announce-1-8-3-docs.news
index cd3221c..7fa3455 100644
--- a/news/030831-announce-1-8-3-docs.news
+++ b/news/030831-announce-1-8-3-docs.news
@@ -15,7 +15,7 @@ of the docs version 1.8.3.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030911-announce-1-8-6.news b/news/030911-announce-1-8-6.news
index b1dc3d7..2915f4d 100644
--- a/news/030911-announce-1-8-6.news
+++ b/news/030911-announce-1-8-6.news
@@ -22,7 +22,7 @@ of stable version 1.8.6.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030914-announce-1-8-7.news b/news/030914-announce-1-8-7.news
index 1aab6fb..0c93cc5 100644
--- a/news/030914-announce-1-8-7.news
+++ b/news/030914-announce-1-8-7.news
@@ -19,7 +19,7 @@ of stable version 1.8.7.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/030923-gnucash-it.news b/news/030923-gnucash-it.news
index cb464a6..0f5ac91 100644
--- a/news/030923-gnucash-it.news
+++ b/news/030923-gnucash-it.news
@@ -5,7 +5,7 @@
GnuCash sta guadagnando sempre più interesse anche da parte
della realtà italiana. Per questo motivo si è deciso di
creare una nuova lista di distribuzione,
-<a href="http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-it">gnucash-it</a>,
+<a href="https://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-it">gnucash-it</a>,
tutta in italiano, al fine di permettere, in una prima fase, il
coordinamento della localizzazione (l10n) ed internazionalizzazione
(i18n) italiana del programma e, successivamente, la traduzione del
diff --git a/news/031010-outage.news b/news/031010-outage.news
index ac18e08..06cd99c 100644
--- a/news/031010-outage.news
+++ b/news/031010-outage.news
@@ -5,7 +5,7 @@ Yes, the www.gnucash.org server was down most of today.
Problem was a failed IDE controller.
Please remember that the gnucash website & ftp site
are mirrored in Australia, at
-<a href="http://www.au.gnucash.org">http://www.au.gnucash.org</a>.
+<a href="https://www.au.gnucash.org">http://www.au.gnucash.org</a>.
(A European mirror coming soon).
If you know of a technology to mirror mailman mailing lists,
let us know.
diff --git a/news/031107-euro-mirror.news b/news/031107-euro-mirror.news
index c4dbd6d..0eda30b 100644
--- a/news/031107-euro-mirror.news
+++ b/news/031107-euro-mirror.news
@@ -3,14 +3,14 @@
A European mirror of the GnuCash website is now operational. If you
are located in Europe, Eastern Europe or Africa, and are having
poor web or download response times accessing the US website, please
-try the <a href="http://www.at.gnucash.org">European Mirror</a>.
+try the <a href="https://www.at.gnucash.org">European Mirror</a>.
This mirror includes a copy of the download area and the mailing list
archives as well.
(Thanks to <a href="http://sts.tuwien.ac.at/staff/Sprinzl.html">Antonin Sprinzl</a>
of the Technical University of Vienna for this service).
<p>
Older News: Australian and Asian users are encouraged to use the
-<a href="http://www.au.gnucash.org">Australian Mirror</a>. Note
+<a href="https://www.au.gnucash.org">Australian Mirror</a>. Note
that at this time the Australian Mirror does not include the mailing
list archives.
(Thanks to <a href="http://public.www.planetmirror.com/">PlanetMirror</a>
diff --git a/news/031117-announce-1-8-8.news b/news/031117-announce-1-8-8.news
index 176d309..791aaa3 100644
--- a/news/031117-announce-1-8-8.news
+++ b/news/031117-announce-1-8-8.news
@@ -31,7 +31,7 @@ of stable version 1.8.8.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/040412-announce-1-8-9.news b/news/040412-announce-1-8-9.news
index 025b8bf..1a19953 100644
--- a/news/040412-announce-1-8-9.news
+++ b/news/040412-announce-1-8-9.news
@@ -96,7 +96,7 @@ of stable version 1.8.9.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/041112-announce-1-8-10.news b/news/041112-announce-1-8-10.news
index 0e952e5..51f8809 100644
--- a/news/041112-announce-1-8-10.news
+++ b/news/041112-announce-1-8-10.news
@@ -95,7 +95,7 @@ of stable version 1.8.10.<br></br><br></br>
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/050206-announce-1-8-11.news b/news/050206-announce-1-8-11.news
index da6639a..9393d3c 100644
--- a/news/050206-announce-1-8-11.news
+++ b/news/050206-announce-1-8-11.news
@@ -27,7 +27,7 @@ If you can code C, by all means, volunteer your time, see http://gnomesupport.or
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/051019-announce-1-8-12.news b/news/051019-announce-1-8-12.news
index d4e7ee3..42060da 100644
--- a/news/051019-announce-1-8-12.news
+++ b/news/051019-announce-1-8-12.news
@@ -39,7 +39,7 @@ If you can code C, by all means, volunteer your time, see http://gnomesupport.or
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060209-1.9.0.news b/news/060209-1.9.0.news
index 52106c2..b3a4ebc 100644
--- a/news/060209-1.9.0.news
+++ b/news/060209-1.9.0.news
@@ -23,6 +23,6 @@
<h2> Available at the usual places! </h2>
-<a href="http://www.gnucash.org">http://www.gnucash.org</a>
+<a href="https://www.gnucash.org">http://www.gnucash.org</a>
<br></br>
<a href="http://download.sourceforge.net/gnucash">http://download.sourceforge.net/gnucash</a>
diff --git a/news/060220-1.9.1.news b/news/060220-1.9.1.news
index 4c2b176..b6b53e1 100644
--- a/news/060220-1.9.1.news
+++ b/news/060220-1.9.1.news
@@ -28,11 +28,11 @@ The GnuCash development team proudly announces GnuCash 1.9.1 aka "So we meet aga
<p> The documentation is completely outdated. All help texts usually only refer to the 1.8.x series; please expect all descriptions in the help texts to be totally wrong when applied to the upcoming 1.9.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved. </p>
<h2> How can you help? </h2>
<p><b> Testing</b>: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a>.</p>
-<p><b>Translating</b>: The new release comes with plenty of new translation strings. If you consider contributing a translation, we invite you to test this release already, but please keep in mind that we are not yet in our string freeze phase. Please check <a href="http://wiki.gnucash.org/wiki/Translation_Status">http://wiki.gnucash.org/wiki/Translation_Status</a> for updates on this, as we recommend to wait for the string freeze phase for the serious translation work.</p>
+<p><b>Translating</b>: The new release comes with plenty of new translation strings. If you consider contributing a translation, we invite you to test this release already, but please keep in mind that we are not yet in our string freeze phase. Please check <a href="https://wiki.gnucash.org/wiki/Translation_Status">http://wiki.gnucash.org/wiki/Translation_Status</a> for updates on this, as we recommend to wait for the string freeze phase for the serious translation work.</p>
<p>Available at the usual places!</p>
-<p><a href="http://www.gnucash.org">http://www.gnucash.org</a></p>
+<p><a href="https://www.gnucash.org">http://www.gnucash.org</a></p>
<p><a href="http://download.sourceforge.net/gnucash">http://download.sourceforge.net/gnucash</a></p>
diff --git a/news/060305-1-9-2.news b/news/060305-1-9-2.news
index 3c967ae..a2972b5 100644
--- a/news/060305-1-9-2.news
+++ b/news/060305-1-9-2.news
@@ -92,7 +92,7 @@ translation work.
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060319-1-9-3.news b/news/060319-1-9-3.news
index 60c56b4..8e7cc06 100644
--- a/news/060319-1-9-3.news
+++ b/news/060319-1-9-3.news
@@ -87,7 +87,7 @@ translation work.
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060405-1-9-4.news b/news/060405-1-9-4.news
index ddbadca..5e65a2c 100644
--- a/news/060405-1-9-4.news
+++ b/news/060405-1-9-4.news
@@ -84,7 +84,7 @@ translation work.
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060416-1-9-5.news b/news/060416-1-9-5.news
index 9c0ae3a..15ac26f 100644
--- a/news/060416-1-9-5.news
+++ b/news/060416-1-9-5.news
@@ -84,7 +84,7 @@ translation work.
Available at the usual places!
<br></br><br></br>
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br></br><br></br>
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060514-1-9-6.news b/news/060514-1-9-6.news
index 12b7c97..4245903 100644
--- a/news/060514-1-9-6.news
+++ b/news/060514-1-9-6.news
@@ -69,7 +69,7 @@ on this.
Available at the usual places!
<br /><br />
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br /><br />
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060605-1-9-7.news b/news/060605-1-9-7.news
index db3da93..45a600e 100644
--- a/news/060605-1-9-7.news
+++ b/news/060605-1-9-7.news
@@ -76,7 +76,7 @@ on this.
Available at the usual places!
<br /><br />
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br /><br />
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060618-1-9-8.news b/news/060618-1-9-8.news
index 3337de7..8e522d2 100644
--- a/news/060618-1-9-8.news
+++ b/news/060618-1-9-8.news
@@ -20,9 +20,9 @@ the first beta release.
in a few weeks.</li>
<li>If you have the urge to help beyond testing please get involved in
the discussions on the GnuCash mailing lists which you will find at
- <a href="http://www.gnucash.org">http://www.gnucash.org</a>. We especially need people to help with
+ <a href="https://www.gnucash.org">http://www.gnucash.org</a>. We especially need people to help with
updating the documentation.
- Please see <a href="http://wiki.gnucash.org/wiki/Development">http://wiki.gnucash.org/wiki/Development</a> on how to
+ Please see <a href="https://wiki.gnucash.org/wiki/Development">http://wiki.gnucash.org/wiki/Development</a> on how to
get involved.</li>
<li>Major bugfixes include:
<ul>
@@ -69,7 +69,7 @@ on this.
Available at the usual places!
<br /><br />
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br /><br />
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/060730-2-0-1.news b/news/060730-2-0-1.news
index d585151..94f45d6 100644
--- a/news/060730-2-0-1.news
+++ b/news/060730-2-0-1.news
@@ -63,7 +63,7 @@ source code.</p>
<p>To install GnuCash, users will need Gnome 2, guile, slib and
g-wrap.</p>
<p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
<p><b>About the Program</b></p>
<p>GnuCash is a free, open source accounting program released under the GNU
General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/061008-2-0-2.news b/news/061008-2-0-2.news
index 98ce2a8..daa6458 100644
--- a/news/061008-2-0-2.news
+++ b/news/061008-2-0-2.news
@@ -73,7 +73,7 @@ source code.</p>
<p>To install GnuCash, users will need Gnome 2, guile, slib and
g-wrap.</p>
<p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
<p><b>About the Program</b></p>
<p>GnuCash is a free, open source accounting program released under the GNU
General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/061210-2-0-3.news b/news/061210-2-0-3.news
index 99ec6d2..b54301c 100644
--- a/news/061210-2-0-3.news
+++ b/news/061210-2-0-3.news
@@ -60,7 +60,7 @@ source code.</p>
<p>To install GnuCash, users will need Gnome 2, guile, slib and
g-wrap.</p>
<p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
<p><b>About the Program</b></p>
<p>GnuCash is a free, open source accounting program released under the GNU
General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/070101-2-0-4.news b/news/070101-2-0-4.news
index 2e7a185..8540544 100644
--- a/news/070101-2-0-4.news
+++ b/news/070101-2-0-4.news
@@ -53,7 +53,7 @@ source code.</p>
<p>To install GnuCash, users will need Gnome 2, guile, slib and
g-wrap.</p>
<p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
<p><b>About the Program</b></p>
<p>GnuCash is a free, open source accounting program released under the GNU
General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/070218-2-0-5.news b/news/070218-2-0-5.news
index ada6a38..e7cdfa2 100644
--- a/news/070218-2-0-5.news
+++ b/news/070218-2-0-5.news
@@ -59,7 +59,7 @@ source code.</p>
<p>To install GnuCash, users will need Gnome 2, guile, slib and
g-wrap.</p>
<p><b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b></p>
-<p><b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
+<p><b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b></p>
<p><b>About the Program</b></p>
<p>GnuCash is a free, open source accounting program released under the GNU
General Public License (GPL) and available for GNU/Linux, *BSD, Solaris and
diff --git a/news/070428-2-1-1.news b/news/070428-2-1-1.news
index c3c3bdb..e75b729 100644
--- a/news/070428-2-1-1.news
+++ b/news/070428-2-1-1.news
@@ -20,7 +20,7 @@ class='external free' title="http://bugzilla.gnome.org/enter
bug.cgi?product=GnuCash"
rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a></p>
<h3> Download: </h3>
-<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
@@ -103,7 +103,7 @@ when compiling from tarball or when installing a binary.
<ul><li> <a href="http://download.sourceforge.net/gnucash" class='external
free' title="http://download.sourceforge.net/gnucash"
rel="nofollow">http://download.sourceforge.net/gnucash</a>
-</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070519-2-1-2.news b/news/070519-2-1-2.news
index 89e6bca..06fdda0 100644
--- a/news/070519-2-1-2.news
+++ b/news/070519-2-1-2.news
@@ -19,7 +19,7 @@ GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before
upgrading to 2.1.2.
</p>
<h3> Download: </h3>
-<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070602-2-1-3.news b/news/070602-2-1-3.news
index 0d2210e..410ad52 100644
--- a/news/070602-2-1-3.news
+++ b/news/070602-2-1-3.news
@@ -15,7 +15,7 @@ data file saved by GnuCash 2.1.2 and higher is <b>NOT</b> backward-compatible
with GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before
upgrading to 2.1.2.</p>
<h3> Download: </h3>
-<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070616-2-1-4.news b/news/070616-2-1-4.news
index bf0c234..dfa26a1 100644
--- a/news/070616-2-1-4.news
+++ b/news/070616-2-1-4.news
@@ -15,7 +15,7 @@ data file saved by GnuCash 2.1.2 and higher is <b>NOT</b> backward-compatible
with GnuCash 2.0 anymore. Please make a safe backup of your 2.0 data before
upgrading to 2.1.2.</p>
<h3> Download: </h3>
-<ul><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+<ul><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070702-2-1-5.news b/news/070702-2-1-5.news
index 786e0c5..e08aa42 100644
--- a/news/070702-2-1-5.news
+++ b/news/070702-2-1-5.news
@@ -30,7 +30,7 @@ rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a>
<ul><li> <a href="http://sourceforge.net/project/showfiles.php?group_id=192&package_id=5582" class='external
free' rel="nofollow">Sourceforge</a> (Source code and
Windows binary)
-</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
+</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/unstable/2.1.x/</a>
diff --git a/news/070715-2-2-0.news b/news/070715-2-2-0.news
index 7ea50ee..1d18ea4 100644
--- a/news/070715-2-2-0.news
+++ b/news/070715-2-2-0.news
@@ -12,7 +12,7 @@ class='external free'
title="http://sourceforge.net/project/showfiles.php?group id=192"
rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=192</a>
(Source code and Windows binary)
-</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/stable/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source
diff --git a/news/070820-2-2-1.news b/news/070820-2-2-1.news
index 1a83bdd..1fe7b2e 100644
--- a/news/070820-2-2-1.news
+++ b/news/070820-2-2-1.news
@@ -10,7 +10,7 @@
<p>To install GnuCash on other platforms, users will need Gnome 2, guile, and slib. Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.</p>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=192" class="external free" title="http://sourceforge.net/project/showfiles.php?group_id=192">http://sourceforge.net/project/showfiles.php?group_id=192</a> (Source code and Windows binary)</li>
-<li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
+<li><a href="https://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
</ul>
<h4>What's New in GnuCash 2.2.1? </h4>
<p>Fixed Bugs:</p>
diff --git a/news/071218-2-2-2.news b/news/071218-2-2-2.news
index 940d2f5..f2dc69a 100644
--- a/news/071218-2-2-2.news
+++ b/news/071218-2-2-2.news
@@ -9,7 +9,7 @@
<p>To install GnuCash on other platforms, users will need Gnome 2, guile, and slib. Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.</p>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=192" class="external free" title="http://sourceforge.net/project/showfiles.php?group_id=192">http://sourceforge.net/project/showfiles.php?group_id=192</a> (Source code and Windows binary)</li>
-<li><a href="http://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
+<li><a href="https://www.gnucash.org/pub/gnucash/sources/stable/" class="external free" title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Source code only)</li>
</ul>
<h4>What's New in GnuCash 2.2.2? </h4>
<p>Fixed Bugs:</p>
diff --git a/news/080108-2-2-3.news b/news/080108-2-2-3.news
index ef10c13..dd87985 100644
--- a/news/080108-2-2-3.news
+++ b/news/080108-2-2-3.news
@@ -30,7 +30,7 @@
(Source code and Windows binary)
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/080303-2-2-4.news b/news/080303-2-2-4.news
index 8a57ca4..59ee1e9 100644
--- a/news/080303-2-2-4.news
+++ b/news/080303-2-2-4.news
@@ -29,7 +29,7 @@
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/080427-2-2-5.news b/news/080427-2-2-5.news
index f50b330..e1fb13a 100644
--- a/news/080427-2-2-5.news
+++ b/news/080427-2-2-5.news
@@ -29,7 +29,7 @@
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/080731-2-2-6.news b/news/080731-2-2-6.news
index c2d09c5..69944c1 100644
--- a/news/080731-2-2-6.news
+++ b/news/080731-2-2-6.news
@@ -29,7 +29,7 @@
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/080927-2-2-7.news b/news/080927-2-2-7.news
index b0b8f1e..7b801ad 100644
--- a/news/080927-2-2-7.news
+++ b/news/080927-2-2-7.news
@@ -29,7 +29,7 @@
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/081214-2-2-8.news b/news/081214-2-2-8.news
index 6891105..8a70029 100644
--- a/news/081214-2-2-8.news
+++ b/news/081214-2-2-8.news
@@ -29,7 +29,7 @@
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/090224-2-2-9.news b/news/090224-2-2-9.news
index 02cc850..f49fa26 100644
--- a/news/090224-2-2-9.news
+++ b/news/090224-2-2-9.news
@@ -28,7 +28,7 @@
(Source code and Windows binary)
</li>
<li>
- <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+ <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class="external free"
title="http://www.gnucash.org/pub/gnucash/sources/stable/">http://www.gnucash.org/pub/gnucash/sources/stable/</a>
(Source code only)
diff --git a/news/090515-2.3.0.news b/news/090515-2.3.0.news
index 0ffbe14..01264df 100644
--- a/news/090515-2.3.0.news
+++ b/news/090515-2.3.0.news
@@ -49,7 +49,7 @@ involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.0 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.0.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.0/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/090607-2.3.1.news b/news/090607-2.3.1.news
index eacd1f3..b457080 100644
--- a/news/090607-2.3.1.news
+++ b/news/090607-2.3.1.news
@@ -74,7 +74,7 @@ involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.1 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.1.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.1/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/090707-2.3.2.news b/news/090707-2.3.2.news
index 9fb89a3..3cd06fe 100644
--- a/news/090707-2.3.2.news
+++ b/news/090707-2.3.2.news
@@ -76,7 +76,7 @@ involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.2 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.2.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.2/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/090723-2.3.3.news b/news/090723-2.3.3.news
index f5652ae..59308a6 100644
--- a/news/090723-2.3.3.news
+++ b/news/090723-2.3.3.news
@@ -64,7 +64,7 @@ involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.3 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.3.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.3/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/090819-2.3.4.news b/news/090819-2.3.4.news
index 3a24f64..4591a15 100644
--- a/news/090819-2.3.4.news
+++ b/news/090819-2.3.4.news
@@ -64,7 +64,7 @@ Because of these changes, you will need to delete and recreate your database. I
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.4 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.4.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.4/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/090829-2.3.5.news b/news/090829-2.3.5.news
index 84ba729..b4388aa 100644
--- a/news/090829-2.3.5.news
+++ b/news/090829-2.3.5.news
@@ -52,7 +52,7 @@ Then post any bugs you find to bugzilla</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.5 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.5.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.5/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/090929-2.3.6.news b/news/090929-2.3.6.news
index 95578dd..eb39253 100644
--- a/news/090929-2.3.6.news
+++ b/news/090929-2.3.6.news
@@ -94,7 +94,7 @@ Then post any bugs you find to bugzilla</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.6 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.6.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.6/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/091007-2.3.7.news b/news/091007-2.3.7.news
index bde3d37..5de5834 100644
--- a/news/091007-2.3.7.news
+++ b/news/091007-2.3.7.news
@@ -47,7 +47,7 @@ Then post any bugs you find to bugzilla</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.7 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.7/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/091208-2.3.8.news b/news/091208-2.3.8.news
index 5f1098b..f62db0a 100644
--- a/news/091208-2.3.8.news
+++ b/news/091208-2.3.8.news
@@ -110,7 +110,7 @@ Then post any bugs you find to bugzilla</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.8 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.8.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.8.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.8/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100215-2.3.9.news b/news/100215-2.3.9.news
index 7f5ca33..c418c37 100644
--- a/news/100215-2.3.9.news
+++ b/news/100215-2.3.9.news
@@ -536,7 +536,7 @@ gnc_split_register_get_debcred_entry.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.9 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.9.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.9.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.9/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100218-2.3.10.news b/news/100218-2.3.10.news
index 1254911..38f05df 100644
--- a/news/100218-2.3.10.news
+++ b/news/100218-2.3.10.news
@@ -50,7 +50,7 @@ Patch by Tom Van Braeckel.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.10 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.10.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.10/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100319-2.3.11.news b/news/100319-2.3.11.news
index 2dd0b23..f284e03 100644
--- a/news/100319-2.3.11.news
+++ b/news/100319-2.3.11.news
@@ -788,7 +788,7 @@ here instead of making our own mistakes.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.11 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.11.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.11.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.11/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100421-2.3.12.news b/news/100421-2.3.12.news
index 76ad385..61e1615 100644
--- a/news/100421-2.3.12.news
+++ b/news/100421-2.3.12.news
@@ -294,7 +294,7 @@ unhandled enum values.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.12 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.12.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.12.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.12/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100602-2.3.13.news b/news/100602-2.3.13.news
index 711c6e5..1d79a47 100644
--- a/news/100602-2.3.13.news
+++ b/news/100602-2.3.13.news
@@ -464,7 +464,7 @@ These changes will be used in the revived cross-compile script.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.13 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.13.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.13.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.13/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100608-2.3.14.news b/news/100608-2.3.14.news
index a254aba..1f6a378 100644
--- a/news/100608-2.3.14.news
+++ b/news/100608-2.3.14.news
@@ -114,7 +114,7 @@ Patch by Frank H. Ellenberger: update de.po
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.14 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.14/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/100820-2.3.15.news b/news/100820-2.3.15.news
index b3cbc3f..e863b0a 100644
--- a/news/100820-2.3.15.news
+++ b/news/100820-2.3.15.news
@@ -445,7 +445,7 @@ Same change as what r18841 added in business-core/xml.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.15 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.15/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/101107-2.3.16.news b/news/101107-2.3.16.news
index 9b10e21..7d4003e 100644
--- a/news/101107-2.3.16.news
+++ b/news/101107-2.3.16.news
@@ -635,7 +635,7 @@ Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by m
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.16 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.16/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/101121-2.3.17.news b/news/101121-2.3.17.news
index b88e2cd..d1785b3 100644
--- a/news/101121-2.3.17.news
+++ b/news/101121-2.3.17.news
@@ -198,7 +198,7 @@ be enabled now.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.3.17 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.17/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/110529-2.4.6.news b/news/110529-2.4.6.news
index 4bf29e4..510c3a2 100644
--- a/news/110529-2.4.6.news
+++ b/news/110529-2.4.6.news
@@ -15,7 +15,7 @@
<p>If you want to compile GnuCash 2.4.6 for yourself, the source code can be downloaded from:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.6.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.6.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.6/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/110702-2.4.7.news b/news/110702-2.4.7.news
index 79686d0..2cec59b 100644
--- a/news/110702-2.4.7.news
+++ b/news/110702-2.4.7.news
@@ -15,7 +15,7 @@
<p>If you want to compile GnuCash 2.4.7 for yourself, the source code can be downloaded from:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.7/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/110702-docs-2.2.2.news b/news/110702-docs-2.2.2.news
index 5e35c2a..a7eb12b 100644
--- a/news/110702-docs-2.2.2.news
+++ b/news/110702-docs-2.2.2.news
@@ -8,14 +8,14 @@
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.2.2 documentation will be found under "Older GnuCash Documentation", "GnuCash v2.2".</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.2.2 documentation will be found under "Older GnuCash Documentation", "GnuCash v2.2".</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.2.2 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.2.2.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>Changes</h3>
diff --git a/news/110702-docs-2.4.1.news b/news/110702-docs-2.4.1.news
index c991561..9273544 100644
--- a/news/110702-docs-2.4.1.news
+++ b/news/110702-docs-2.4.1.news
@@ -8,18 +8,18 @@
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as pdf</h3>
-<p>An pdf version of the documentation available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation will be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>An pdf version of the documentation available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.1 documentation will be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.4.1 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.4.1.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>Changes</h3>
diff --git a/news/110925-new-website.news b/news/110925-new-website.news
index 3837fcc..f433fef 100644
--- a/news/110925-new-website.news
+++ b/news/110925-new-website.news
@@ -4,7 +4,7 @@
<h2>The GnuCash website gets a facelift!</h2>
<p>As you can see, the GnuCash website got updated in appearance and content. Cristian Marchi worked for the last couple of months to get what you see now. He mainly reworked the appearance of the website while most of the framework is still the same of the old website.</p>
-<p>The <a href="http://www.gnucash.org/features.phtml">features page</a> got some attention and now it better showcases what GnuCash is able to offer to its users. In addition to the features page, the content was updated also for the <a href="http://www.gnucash.org/docs.phtml">download</a> and <a href="http://www.gnucash.org/docs.phtml">documentation</a> pages. In this last page, you can now download the GnuCash docs in the <em>epub</em> format (e-book file format), thanks to the work provided by SASAKI Suguru.</p>
+<p>The <a href="https://www.gnucash.org/features.phtml">features page</a> got some attention and now it better showcases what GnuCash is able to offer to its users. In addition to the features page, the content was updated also for the <a href="https://www.gnucash.org/docs.phtml">download</a> and <a href="https://www.gnucash.org/docs.phtml">documentation</a> pages. In this last page, you can now download the GnuCash docs in the <em>epub</em> format (e-book file format), thanks to the work provided by SASAKI Suguru.</p>
<p>The GnuCash team hopes that you will enjoy the new look and contents of the refreshed website.</p>
<p>For any problem concerning the new website or to help translating it in your language, feel free to contact the <a href="mailto:gnucash-devel at gnucash.org">GnuCash devel mailing list</a></p>.
diff --git a/news/111008-OSX-Lion-Update.news b/news/111008-OSX-Lion-Update.news
index d85e770..30a6c25 100644
--- a/news/111008-OSX-Lion-Update.news
+++ b/news/111008-OSX-Lion-Update.news
@@ -3,7 +3,7 @@
<h2>Gnucash MacOS X Packages Updated for Lion Compatibility</h2>
-<p>New downloadable disk images (DMGs) are available for Mac users of Gnucash; follow the link at the top of the page or the <a href="http://www.gnucash.org/download.phtml">Downloads page</a> to get them.</p>
+<p>New downloadable disk images (DMGs) are available for Mac users of Gnucash; follow the link at the top of the page or the <a href="https://www.gnucash.org/download.phtml">Downloads page</a> to get them.</p>
<p>No changes to Gnucash itself are in the new images; rather, a new build of Gtk+ provides compatibility with OS X Versions 10.5 (Leopard), 10.6 (Snow Leopard), and 10.7 (Lion), as well as several bugfixes and stability improvements. We recommend this update for all OS X users, not just those using Lion.</p>
diff --git a/news/111023-2.4.8.news b/news/111023-2.4.8.news
index 1b5de16..44e9525 100644
--- a/news/111023-2.4.8.news
+++ b/news/111023-2.4.8.news
@@ -15,7 +15,7 @@
<p>If you want to compile GnuCash 2.4.8 for yourself, the source code can be downloaded from:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.8.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.8/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/120110-2.4.9.news b/news/120110-2.4.9.news
index eba188a..b518d49 100644
--- a/news/120110-2.4.9.news
+++ b/news/120110-2.4.9.news
@@ -15,7 +15,7 @@
<p>If you want to compile GnuCash 2.4.9 for yourself, the source code can be downloaded from:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.9.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.9/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/120206-2.4.10.news b/news/120206-2.4.10.news
index 292bfcd..42a649d 100644
--- a/news/120206-2.4.10.news
+++ b/news/120206-2.4.10.news
@@ -15,7 +15,7 @@
<p>If you want to compile GnuCash 2.4.10 for yourself, the source code can be downloaded from:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.10.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.10/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/120714-2.4.11.news b/news/120714-2.4.11.news
index 7c464f5..4557924 100644
--- a/news/120714-2.4.11.news
+++ b/news/120714-2.4.11.news
@@ -15,7 +15,7 @@
<p>If you want to compile GnuCash 2.4.11 for yourself, the source code can be downloaded from:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.11.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.11/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/121118-docs-2.4.2.news b/news/121118-docs-2.4.2.news
index 9271abd..c1711cc 100644
--- a/news/121118-docs-2.4.2.news
+++ b/news/121118-docs-2.4.2.news
@@ -7,18 +7,18 @@
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.4.2 documentation can be found under "GnuCash v2.4 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.4.2 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.4.2.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>Changes</h3>
diff --git a/news/130201-Github-Regeneration-Update.news b/news/130201-Github-Regeneration-Update.news
index cc07327..82f224a 100644
--- a/news/130201-Github-Regeneration-Update.news
+++ b/news/130201-Github-Regeneration-Update.news
@@ -8,7 +8,7 @@
<p> To ease the transition, instead of deleting the old repositories, we've renamed them by appending "-old" to the names, so gnucash.git is now gnucash-old.git. Both will be maintained in parallel for a couple of weeks to afford plenty of time to switch to the new ones. You can change your existing repositories with<br/>
<code>
git remote set-url origin git://github.com/Gnucash/gnucash-old.git<br/>
-</code>then rename it and proceed with the instructions in <a href="http://wiki.gnucash.org/wiki/Git#Migration_Notice">the wiki</a>.</p>
+</code>then rename it and proceed with the instructions in <a href="https://wiki.gnucash.org/wiki/Git#Migration_Notice">the wiki</a>.</p>
<p> We regret the necessity of this and wish to apologize for the extra work and inconvenience, and to apologize as well to the contributors whose changes were incorrectly attributed.</p>
diff --git a/news/130331-2.4.12.news b/news/130331-2.4.12.news
index f5513dc..28f0d12 100644
--- a/news/130331-2.4.12.news
+++ b/news/130331-2.4.12.news
@@ -17,7 +17,7 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.12.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.12.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.12/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/130407-2.5.0.news b/news/130407-2.5.0.news
index 8b7619d..fcc3351 100644
--- a/news/130407-2.5.0.news
+++ b/news/130407-2.5.0.news
@@ -115,7 +115,7 @@ href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.0 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.0.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.0.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.5.0/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/130421-2.4.13.news b/news/130421-2.4.13.news
index 956aac5..746447d 100644
--- a/news/130421-2.4.13.news
+++ b/news/130421-2.4.13.news
@@ -17,7 +17,7 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.14.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.14/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/130505-announce-2.5.1.news b/news/130505-announce-2.5.1.news
index df5204a..0076e7e 100644
--- a/news/130505-announce-2.5.1.news
+++ b/news/130505-announce-2.5.1.news
@@ -92,7 +92,7 @@ database.</p>
<p>The documentation has had screenshots updated, however, many help
text may refer to the 2.4 series. Everyone is invited to help improve
-the documentation; see <a href="http://wiki.gnucash.org/wiki/Development">the development wiki page</a> on how
+the documentation; see <a href="https://wiki.gnucash.org/wiki/Development">the development wiki page</a> on how
to get involved.</p>
<h3>How can you help?</h3>
@@ -104,7 +104,7 @@ in there. Please enter each and every bug into bugzilla.</p>
strings. If you consider contributing a translation, we invite you to
test this release already. A string freeze will be announced in one of
the later 2.5.x releases. Please check
-<a href="http://wiki.gnucash.org/wiki/Translation_Status">the translation status page on the wiki</a> for updates on
+<a href="https://wiki.gnucash.org/wiki/Translation_Status">the translation status page on the wiki</a> for updates on
this.</p>
<p></p>
@@ -118,7 +118,7 @@ href="http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash">bugzilla</a></p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.1 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.1.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.1.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.5.1/">all files</a>.</li>
<li>You can also checkout the sources directly from the subversion repository with this command:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/130525-htdocs-git.news b/news/130525-htdocs-git.news
index c700fbc..527249b 100644
--- a/news/130525-htdocs-git.news
+++ b/news/130525-htdocs-git.news
@@ -7,4 +7,4 @@
<p>This means that from now on the svn htdocs repository has been disabled. If you need to access the GnuCash website sources, you can use the git gnucash-htdocs repository instead.</p>
-<p>To learn how to set up this repository, please refer to <a href="http://wiki.gnucash.org/wiki/Git">our Git wiki page</a>.</p>
+<p>To learn how to set up this repository, please refer to <a href="https://wiki.gnucash.org/wiki/Git">our Git wiki page</a>.</p>
diff --git a/news/130528-announce-2.5.2.news b/news/130528-announce-2.5.2.news
index cf336ea..55af8f7 100644
--- a/news/130528-announce-2.5.2.news
+++ b/news/130528-announce-2.5.2.news
@@ -180,7 +180,7 @@ involved</a>.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.2 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a
href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.2.tar.bz2">bzip2</a>,
<a
diff --git a/news/130707-announce-2.5.3.news b/news/130707-announce-2.5.3.news
index c8284ea..61e7ed4 100644
--- a/news/130707-announce-2.5.3.news
+++ b/news/130707-announce-2.5.3.news
@@ -155,7 +155,7 @@ involved</a>.</li>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.3 can be downloaded from multiple locations:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a
href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.3.tar.bz2">bzip2</a>,
<a
diff --git a/news/130805-announce-2.5.4.news b/news/130805-announce-2.5.4.news
index 698a532..df8fee0 100644
--- a/news/130805-announce-2.5.4.news
+++ b/news/130805-announce-2.5.4.news
@@ -182,7 +182,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.4 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.4.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.4.tar.gz">gzip</a>,
diff --git a/news/130910-announce-2.5.5.news b/news/130910-announce-2.5.5.news
index 9601374..650d36c 100644
--- a/news/130910-announce-2.5.5.news
+++ b/news/130910-announce-2.5.5.news
@@ -198,7 +198,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.5 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.5.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.5.tar.gz">gzip</a>,
diff --git a/news/131008-announce-2.5.6.news b/news/131008-announce-2.5.6.news
index d57c2ef..6f00a4f 100644
--- a/news/131008-announce-2.5.6.news
+++ b/news/131008-announce-2.5.6.news
@@ -196,7 +196,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.6 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.6.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.6.tar.gz">gzip</a>,
diff --git a/news/131104-announce-2.5.7.news b/news/131104-announce-2.5.7.news
index 951755a..8ffd0ae 100644
--- a/news/131104-announce-2.5.7.news
+++ b/news/131104-announce-2.5.7.news
@@ -166,7 +166,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.7 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.7.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.7.tar.gz">gzip</a>,
diff --git a/news/131118-announce-2.5.8.news b/news/131118-announce-2.5.8.news
index dc36199..dc2fee5 100644
--- a/news/131118-announce-2.5.8.news
+++ b/news/131118-announce-2.5.8.news
@@ -162,7 +162,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.8 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.8.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.8.tar.gz">gzip</a>,
diff --git a/news/131201-announce-2.5.9.news b/news/131201-announce-2.5.9.news
index 761b116..5ca1e04 100644
--- a/news/131201-announce-2.5.9.news
+++ b/news/131201-announce-2.5.9.news
@@ -170,7 +170,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.9 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.9.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.9.tar.gz">gzip</a>,
diff --git a/news/131215-announce-2.5.10.news b/news/131215-announce-2.5.10.news
index 7a8f818..caccab3 100644
--- a/news/131215-announce-2.5.10.news
+++ b/news/131215-announce-2.5.10.news
@@ -182,7 +182,7 @@ page</a> on how to get involved.</p>
<h3>Getting GnuCash</h3>
<p>Source code for GnuCash 2.5.10 can be downloaded from multiple locations:</p>
<ul>
- <li><a href="http://www.gnucash.org/download.phtml">The GnuCash website</a></li>
+ <li><a href="https://www.gnucash.org/download.phtml">The GnuCash website</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.10.tar.bz2">bzip2</a>,
<a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.5.10.tar.gz">gzip</a>,
diff --git a/news/131230-2.6.0.news b/news/131230-2.6.0.news
index 898a39c..d7d0004 100644
--- a/news/131230-2.6.0.news
+++ b/news/131230-2.6.0.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.0 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.0, the first release in our new 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features. Details of the changes from the last unstable version can be found in <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
+<p>The GnuCash development team proudly announces GnuCash 2.6.0, the first release in our new 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features. Details of the changes from the last unstable version can be found in <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
<h3>Getting GnuCash for Windows (Win32 binary)</h3>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0-setup.exe">Gnucash 2.6.0 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
@@ -17,7 +17,7 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.0/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
diff --git a/news/140101-2.4.14.news b/news/140101-2.4.14.news
index 998083e..dcb59ee 100644
--- a/news/140101-2.4.14.news
+++ b/news/140101-2.4.14.news
@@ -17,7 +17,7 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.14.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.14/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/140112-2.4.15.news b/news/140112-2.4.15.news
index 2369d94..0193c07 100644
--- a/news/140112-2.4.15.news
+++ b/news/140112-2.4.15.news
@@ -17,7 +17,7 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.15.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.15/">all files</a>.</li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.</p>
diff --git a/news/140127-2.6.1.news b/news/140127-2.6.1.news
index a017bb8..4ec16fe 100644
--- a/news/140127-2.6.1.news
+++ b/news/140127-2.6.1.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.1 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.1, the first release in our new 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.1, the first release in our new 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
<p> Mike Alexander has extensively reworked the Advanced Portfolio Report.</p>
@@ -68,25 +68,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.1/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.1 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.1 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.1.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/140201-server-down.news b/news/140201-server-down.news
index e6120a0..1c54b80 100644
--- a/news/140201-server-down.news
+++ b/news/140201-server-down.news
@@ -5,7 +5,7 @@
<p>The scheduled maintenence on Feb 1 has been completed and all services that should be running actually should be running (as of Feb 2, 8:30am). If you find a service misbehaving please let us know. You can email us or contact us on IRC.</p>
-<p>Note that Subversion access is no longer available, even in read-only mode. Please use <a href="http://wiki.gnucash.org/wiki/Git">GIT</a> for access to the GnuCash source code. If you had outstanding patches you will need to "git clone", "svn diff" and then apply that patch to the git checkout</p>
+<p>Note that Subversion access is no longer available, even in read-only mode. Please use <a href="https://wiki.gnucash.org/wiki/Git">GIT</a> for access to the GnuCash source code. If you had outstanding patches you will need to "git clone", "svn diff" and then apply that patch to the git checkout</p>
<p>Note to developers: The SSH Key has changed on the new server. You will need to manually update your .ssh/known_hosts file. The new key fingerprints are:</p>
diff --git a/news/140213-Gnucash-htdocs-Regeneration.news b/news/140213-Gnucash-htdocs-Regeneration.news
index 9735a40..42f6d29 100644
--- a/news/140213-Gnucash-htdocs-Regeneration.news
+++ b/news/140213-Gnucash-htdocs-Regeneration.news
@@ -12,7 +12,7 @@ to update our binary versions of the GnuCash guide and help manuals.</p>
<p>As said before if you have a clone of the gnucash-htdocs directory
from before February 13th you will have to reclone the new repository.
If you still have commits that had not yet been pushed upstream you
-can follow <a href="http://wiki.gnucash.org/wiki/Git#Conversion_Notice">
+can follow <a href="https://wiki.gnucash.org/wiki/Git#Conversion_Notice">
these instructions</a> to move them over to the new repository.</p>
<p>Also remember that the primary branch is "master" from now on.
diff --git a/news/140302-2.6.2.news b/news/140302-2.6.2.news
index 5a8ec0f..685c07f 100644
--- a/news/140302-2.6.2.news
+++ b/news/140302-2.6.2.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.2 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.2, the second maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.2, the second maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
<p> Mike Alexander has completed his reworking of the Advanced Portfolio Report. Thanks to all who provided feedback to help perfect it.</p>
@@ -49,25 +49,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.2.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.2/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.2 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.2 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.2.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/140401-2.6.3.news b/news/140401-2.6.3.news
index 963b299..e5b9103 100644
--- a/news/140401-2.6.3.news
+++ b/news/140401-2.6.3.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.3 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.3, the third maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.3, the third maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -45,25 +45,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.3.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.3/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.3 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.3 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.3.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/140928-2.6.4.news b/news/140928-2.6.4.news
index b9410f2..f919dd0 100644
--- a/news/140928-2.6.4.news
+++ b/news/140928-2.6.4.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.4 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.4, the fourth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.4, the fourth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -137,25 +137,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.4.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.4/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.4 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.4 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.4.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/141216-2.6.5.news b/news/141216-2.6.5.news
index a781313..994941e 100644
--- a/news/141216-2.6.5.news
+++ b/news/141216-2.6.5.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.5 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.5, the fifth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.5, the fifth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
<p>The primary reason for this release is that the problems which plagued 2.6.4 on Microsoft Windows have been resolved.</p>
@@ -68,25 +68,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.5.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.5/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.5 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.5 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.5.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/150330-2.6.6.news b/news/150330-2.6.6.news
index f07690a..0a12bc7 100644
--- a/news/150330-2.6.6.news
+++ b/news/150330-2.6.6.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.6 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.6, the sixth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.6, the sixth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -82,25 +82,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.6.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.6/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.6 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.6 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.6.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/150628-2.6.7.news b/news/150628-2.6.7.news
index eefc351..f726364 100644
--- a/news/150628-2.6.7.news
+++ b/news/150628-2.6.7.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.7 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.7, the seventh maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.7, the seventh maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -56,25 +56,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.7.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.7/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.7 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.7 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.7.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/150927-2.6.8.news b/news/150927-2.6.8.news
index ddf2078..55efb1e 100644
--- a/news/150927-2.6.8.news
+++ b/news/150927-2.6.8.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.8 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.8, the eighth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.8, the eighth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -68,25 +68,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.8.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.8/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.8 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.8 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.8.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/151006-2.6.9.news b/news/151006-2.6.9.news
index f3e5ee5..0a9f879 100644
--- a/news/151006-2.6.9.news
+++ b/news/151006-2.6.9.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.9 released</h2>
-<p>The GnuCash development team humbly announces GnuCash 2.6.9, the nineth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team humbly announces GnuCash 2.6.9, the nineth maintenance release in the 2.6-stable series, a snap release to repair a serious bug on Microsoft Windows. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -38,25 +38,25 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.9.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.9/">all files</a>.</li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Reading the documentation online</h3>
-<p>An online version of the documentation is available on the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>An online version of the documentation is available on the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation in pdf, epub or mobi formats</h3>
-<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
+<p>The documentation can equally be downloaded in pdf, epub or mobi formats from the <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.9 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages.</p>
<h3>Getting GnuCash Documentation as source code</h3>
<p>If you want to compile the GnuCash Documentation 2.6.9 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.9.tar.gz">Sourceforge</a></li>
-<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
+<li>You can also checkout the sources directly from the subversion repository as <a href="https://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
<h3>About the Program</h3>
diff --git a/news/151220-2.6.10.news b/news/151220-2.6.10.news
index c9b544b..57f4ae1 100644
--- a/news/151220-2.6.10.news
+++ b/news/151220-2.6.10.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.10 released</h2>
-<p>The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team proudly announces GnuCash 2.6.10, the tenth maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -82,19 +82,19 @@
<li>Github: <a href="https://github.com/Gnucash/gnucash/archive/2.6.10.tar.gz">gzip</a></li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Getting the documentation</h3>
-<p>The documentation is available at <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.10 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
+<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.10 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
<p>If you want to compile the GnuCash Documentation 2.6.10 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.10.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash-docs/archive/2.6.10.tar.gz">GitHub</a></li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
diff --git a/news/160111-2.6.11.news b/news/160111-2.6.11.news
index 74e9ca8..048fcc0 100644
--- a/news/160111-2.6.11.news
+++ b/news/160111-2.6.11.news
@@ -3,7 +3,7 @@
<h2>GnuCash 2.6.11 released</h2>
-<p>The GnuCash development team announces GnuCash 2.6.11, a snap release to fix a QIF import regression and the eleventh maintenance release in the 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
+<p>The GnuCash development team announces GnuCash 2.6.11, a snap release to fix a QIF import regression and the eleventh maintenance release in the 2.6-stable series. Please <a href="https://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features.
<h3>Changes</h3>
@@ -69,19 +69,19 @@
<li>Github: <a href="https://github.com/Gnucash/gnucash/archive/2.6.11.tar.gz">gzip</a></li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>
<h3>Getting the documentation</h3>
-<p>The documentation is available at <a href="http://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="http://www.gnucash.org/">GnuCash website</a>. The 2.6.11 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
+<p>The documentation is available at <a href="https://www.gnucash.org/docs.phtml">Documentation page</a> of the <a href="https://www.gnucash.org/">GnuCash website</a>. The 2.6.11 documentation can be found under "GnuCash v2.6 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats.</p>
<p>If you want to compile the GnuCash Documentation 2.6.11 for yourself, the source code can be downloaded from:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.6.11.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash-docs/archive/2.6.11.tar.gz">GitHub</a></li>
-<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
+<li>You can also checkout the sources directly from the git repository as <a href="https://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>
diff --git a/news/de/060618-1-9-8.news b/news/de/060618-1-9-8.news
index 313986f..6b2d8f2 100644
--- a/news/de/060618-1-9-8.news
+++ b/news/de/060618-1-9-8.news
@@ -66,7 +66,7 @@ rel="nofollow">http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash</a>
beitragen kann, laden wir herzlich ein, dieses Release zu
installieren und zu testen. Das Projekt befindet sich im String
Freeze, um die Ãbersetzer zu unterstützen. Ãbersetzer mögen bitte
-<a href="http://wiki.gnucash.org/wiki/Translation_Status"
+<a href="https://wiki.gnucash.org/wiki/Translation_Status"
class='external free'
title="http://wiki.gnucash.org/wiki/Translation Status"
rel="nofollow">http://wiki.gnucash.org/wiki/Translation_Status</a>
@@ -77,7 +77,7 @@ für das weitere Vorgehen beachten. </li></ul>
Download an den bekannten Stellen!
<br /><br />
-<b><a href="http://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
+<b><a href="https://www.gnucash.org/pub/gnucash/">http://www.gnucash.org</a></b>
<br /><br />
<b><a href="http://download.sourceforge.net/gnucash/">http://download.sourceforge.net/gnucash</a></b>
diff --git a/news/de/070715-2-2-0.news b/news/de/070715-2-2-0.news
index 2cfc22f..962edc8 100644
--- a/news/de/070715-2-2-0.news
+++ b/news/de/070715-2-2-0.news
@@ -10,7 +10,7 @@ class='external free'
title="http://sourceforge.net/project/showfiles.php?group id=192"
rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=192</a>
(Quelltext und Windows-Paket)
-</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/stable/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Nur Quelltext)
@@ -49,7 +49,7 @@ class='external free'
title="http://sourceforge.net/project/showfiles.php?group id=192"
rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=192</a>
(Quelltext und Windows-Paket)
-</li><li> <a href="http://www.gnucash.org/pub/gnucash/sources/stable/"
+</li><li> <a href="https://www.gnucash.org/pub/gnucash/sources/stable/"
class='external free'
title="http://www.gnucash.org/pub/gnucash/sources/stable/"
rel="nofollow">http://www.gnucash.org/pub/gnucash/sources/stable/</a> (Nur Quelltext)
diff --git a/news/it/100608-2.3.14.news b/news/it/100608-2.3.14.news
index 6cc59a0..1a5d974 100644
--- a/news/it/100608-2.3.14.news
+++ b/news/it/100608-2.3.14.news
@@ -112,7 +112,7 @@ Patch di Frank H. Ellenberger: aggiornato de.po
<h3>Ottenere GnuCash</h3>
<p>Il codice sorgente di GnuCash 2.3.14 può essere scaricato da diverse posizioni:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.14.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.14/">tutti i file</a>.</li>
<li>Ã anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/it/100820-2.3.15.news b/news/it/100820-2.3.15.news
index fba7e9f..102a118 100755
--- a/news/it/100820-2.3.15.news
+++ b/news/it/100820-2.3.15.news
@@ -444,7 +444,7 @@ Same change as what r18841 added in business-core/xml.</li>
<h3>Ottenere GnuCash</h3>
<p>Il codice sorgente di GnuCash 2.3.15 può essere scaricato da diverse posizioni:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.15.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.15/">tutti i file</a>.</li>
<li>Ã anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/it/101107-2.3.16.news b/news/it/101107-2.3.16.news
index 9e508b8..cb0487f 100755
--- a/news/it/101107-2.3.16.news
+++ b/news/it/101107-2.3.16.news
@@ -635,7 +635,7 @@ Patch by Bill Nottingham, confirmed by Martin Preuss, adapted to aqbanking5 by m
<h3>Ottenere GnuCash</h3>
<p>Il codice sorgente di GnuCash 2.3.16 può essere scaricato da diverse posizioni:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.16.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.16/">tutti i file</a>.</li>
<li>Ã anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/it/101121-2.3.17.news b/news/it/101121-2.3.17.news
index 8f32d58..81c3fd1 100755
--- a/news/it/101121-2.3.17.news
+++ b/news/it/101121-2.3.17.news
@@ -204,7 +204,7 @@ be enabled now.</li>
<h3>Ottenere GnuCash</h3>
<p>Il codice sorgente di GnuCash 2.3.17 può essere scaricato da diverse posizioni:</p>
<ul>
-<li><a href="http://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
+<li><a href="https://www.gnucash.org/download.phtml">Il sito internet di GnuCash</a></li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.3.17.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(unstable)/2.3.17/">tutti i file</a>.</li>
<li>Ã anche possibile effettuare il "check out" direttamente del codice sorgente dal deposito subversion con il seguente comando:<br/><br/><span style="font-family: monospace;">svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash</span></li>
</ul>
diff --git a/news/it/110702-2.4.7.news b/news/it/110702-2.4.7.news
index caa46e6..fc7ed72 100644
--- a/news/it/110702-2.4.7.news
+++ b/news/it/110702-2.4.7.news
@@ -15,7 +15,7 @@
<p>Per compilare autonomamente GnuCash 2.4.7, il codice sorgente può essere scaricato da:</p>
<ul>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.bz2">bzip2</a>, <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.7.tar.gz">gzip</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.7/">tutti i file</a>.</li>
-<li>Ã inoltre possibile eseguire il checkout direttamente dal deposito subversion come <a href="http://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
+<li>Ã inoltre possibile eseguire il checkout direttamente dal deposito subversion come <a href="https://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
</ul>
<p>Per compilare GnuCash dal codice sorgente sono necessari Gnome 2, guile, slib. Sarà inoltre necessario avere swig se si compila da subversion.</p>
diff --git a/news/it/110702-docs-2.2.2.news b/news/it/110702-docs-2.2.2.news
index 7760a72..705b66a 100644
--- a/news/it/110702-docs-2.2.2.news
+++ b/news/it/110702-docs-2.2.2.news
@@ -9,14 +9,14 @@ rivolta alla serie 2.2 dei rilasci di GnuCash.</p>
<h3>Leggere la documentazione online</h3>
-<p>Una versione online della documentazione è disponibile nella pagina della <a href="http://www.gnucash.org/docs.phtml">documentazione</a> del <a href="http://www.gnucash.org/">sito di GnuCash</a>. La versione 2.2.2 della documentazione è disponibile nella sezione "Vecchia documentazione di GnuCash", "GnuCash v2.2".</p>
+<p>Una versione online della documentazione è disponibile nella pagina della <a href="https://www.gnucash.org/docs.phtml">documentazione</a> del <a href="https://www.gnucash.org/">sito di GnuCash</a>. La versione 2.2.2 della documentazione è disponibile nella sezione "Vecchia documentazione di GnuCash", "GnuCash v2.2".</p>
<h3>Ottenere la documentazione di GnuCash come codice sorgente</h3>
<p>Per compilare la versione 2.2.2 della documentazione di GnuCash, il codice sorgente può essere scaricato da:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.2.2.tar.gz">Sourceforge</a></li>
-<li>Ã anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="http://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
+<li>Ã anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="https://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
</ul>
<h3>Cambiamenti</h3>
diff --git a/news/it/110702-docs-2.4.1.news b/news/it/110702-docs-2.4.1.news
index 7df5aa7..5eee4a4 100644
--- a/news/it/110702-docs-2.4.1.news
+++ b/news/it/110702-docs-2.4.1.news
@@ -9,18 +9,18 @@ rivolta alla serie 2.4 dei rilasci di GnuCash.</p>
<h3>Leggere la documentazione online</h3>
-<p>Una versione online della documentazione è disponibile nella pagina della <a href="http://www.gnucash.org/docs.phtml">documentazione</a> del <a href="http://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
+<p>Una versione online della documentazione è disponibile nella pagina della <a href="https://www.gnucash.org/docs.phtml">documentazione</a> del <a href="https://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
<h3>Ottenere la documentazione di GnuCash in versione PDF</h3>
-<p>Una versione in formato PDF della documentazione è disponibile nella pagina della <a href="http://www.gnucash.org/docs.phtml">documentazione</a> del <a href="http://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
+<p>Una versione in formato PDF della documentazione è disponibile nella pagina della <a href="https://www.gnucash.org/docs.phtml">documentazione</a> del <a href="https://www.gnucash.org/">sito di GnuCash</a>. La versione 2.4.1 della documentazione è disponibile in varie lingue nella sezione "GnuCash v2.4 (rilascio stabile attuale)".</p>
<h3>Ottenere la documentazione di GnuCash come codice sorgente</h3>
<p>Per compilare la versione 2.4.1 della documentazione di GnuCash, il codice sorgente può essere scaricato da:</p>
<ul>
<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-docs-2.4.1.tar.gz">Sourceforge</a></li>
-<li>Ã anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="http://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
+<li>Ã anche possibile eseguire il checkout del sorgente direttamente dal deposito subversion come <a href="https://wiki.gnucash.org/wiki/Subversion">descritto qui.</a></li>
</ul>
<h3>Cambiamenti</h3>
diff --git a/news/it/110925-new-website.news b/news/it/110925-new-website.news
index efd5606..72b4e29 100644
--- a/news/it/110925-new-website.news
+++ b/news/it/110925-new-website.news
@@ -4,7 +4,7 @@
<h2>Il sito di GnuCash è stato rinnovato!</h2>
<p>Come potete vedere, il sito di GnuCash è stato aggiornato sia nell'aspetto che nei contenuti. Cristian Marchi ha lavorato negli ultimi due mesi per ottenere quello che vedete ora. Cristian si è principalmente occupato di rielaborare l'aspetto del sito mentre l'infrastruttura è rimasta quella del vecchio sito.</p>
-<p>La <a href="http://www.gnucash.org/features.phtml">pagina delle caratteristiche</a> è stata migliorata e ora descrive in modo più approfondito e aggiornato quello che GnuCash è in grado di fornire ai suoi utenti. Oltre alla pagina delle caratteristiche, il contenuto è stato aggiornato anche per le pagine di <a href="http://www.gnucash.org/docs.phtml">download</a> e della <a href="http://www.gnucash.org/docs.phtml">documentazione</a>. In quest'ultima è ora possibile scaricare la documentazione di GnuCash in formato <em>epub</em> (formato file per e-book), grazie al lavoro svolto da SASAKI Suguru.</p>
+<p>La <a href="https://www.gnucash.org/features.phtml">pagina delle caratteristiche</a> è stata migliorata e ora descrive in modo più approfondito e aggiornato quello che GnuCash è in grado di fornire ai suoi utenti. Oltre alla pagina delle caratteristiche, il contenuto è stato aggiornato anche per le pagine di <a href="https://www.gnucash.org/docs.phtml">download</a> e della <a href="https://www.gnucash.org/docs.phtml">documentazione</a>. In quest'ultima è ora possibile scaricare la documentazione di GnuCash in formato <em>epub</em> (formato file per e-book), grazie al lavoro svolto da SASAKI Suguru.</p>
<p>Il gruppo di sviluppo di GnuCash si augura che le modifiche apportate siano di vostro gradimento.</p>
<p>Per qualsiasi problema relativo al sito web o per contribuire alla sua traduzione, contattare la <a href="mailto:gnucash-devel at gnucash.org">lista di discussione degli sviluppatori di GnuCash</a>.</p>
diff --git a/news/it/131230-2.6.0.news b/news/it/131230-2.6.0.news
index ec68c3c..2030786 100644
--- a/news/it/131230-2.6.0.news
+++ b/news/it/131230-2.6.0.news
@@ -3,7 +3,7 @@
<h2>Rilasciato GnuCash 2.6.0</h2>
-<p>Il team di sviluppo di GnuCash annuncia l'uscita di GnuCash 2.6.0, il primo rilascio della serie stabile 2.6. Per conoscere le novità è possibile leggere il <a href="http://gnucash.org/2.6-release-tour.phtml">tour della nuova versione</a>. Il dettaglio di tutte le modifiche dall'ultima versione instabile si trovano nel file <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
+<p>Il team di sviluppo di GnuCash annuncia l'uscita di GnuCash 2.6.0, il primo rilascio della serie stabile 2.6. Per conoscere le novità è possibile leggere il <a href="https://gnucash.org/2.6-release-tour.phtml">tour della nuova versione</a>. Il dettaglio di tutte le modifiche dall'ultima versione instabile si trovano nel file <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>
<h3>Ottenere GnuCash per i sistemi Windows (file binari Win32)</h3>
<p>Il <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0-setup.exe">file eseguibile di Gnucash 2.6.0 Win32</a> può essere scaricato da Sourceforge. Verrà installato tutto il necessario per eseguire GnuCash.</p>
@@ -17,7 +17,7 @@
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.0/">tutti i file</a>.</li>
-<li>Ã anche possibile ottenere il codice sorgente direttamente dal repository git come <a href="http://wiki.gnucash.org/wiki/Git">descritto qui.</a></li>
+<li>Ã anche possibile ottenere il codice sorgente direttamente dal repository git come <a href="https://wiki.gnucash.org/wiki/Git">descritto qui.</a></li>
</ul>
<p>Per compilare GnuCash da sorgente, sono necessari almeno Gnome 2, Guile, e slib. Inoltre sarà necessario swig se si compila da git. Consultare il file README nel codice sorgente per l'elenco esaustivo delle dipendenze e delle versioni.</p>
diff --git a/po/de.po b/po/de.po
index b849bd3..01a9467 100644
--- a/po/de.po
+++ b/po/de.po
@@ -161,9 +161,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -419,7 +419,7 @@ msgstr ""
"Zusätzlich können Sie mit den Entwicklern via Internet-Relay-Chat (IRC) auf "
"<i>irc.gnome.org</i> im Kanal \"<a href=\"irc://irc.gnome.org/gnucash"
"\">#gnucash</a> über ihre Fragen sprechen. Eine anderes Hilfsmittel sind die "
-"<a href=\"http://wiki.gnucash.org/wiki\">englischen</a> oder <a href="
+"<a href=\"https://wiki.gnucash.org/wiki\">englischen</a> oder <a href="
"\"http://wiki.gnucash.org/wiki/De/GnuCash\">deutschen</a> GnuCash Wikis. Ein "
"Wiki ist eine Webseite, die von Ihren Benutzern gemeinsam erstellt wird. "
"Teilweise ist, vor allem zum Schutz vor Spammern, für die Mitarbeit eine "
@@ -514,13 +514,13 @@ msgstr "Fehlerberichte"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -533,7 +533,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -546,14 +546,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -563,7 +563,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2547,7 +2547,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
@@ -2849,7 +2849,7 @@ msgstr ""
#~ "</p><p>\n"
#~ "In der Dokumentation ist eine deutsche Ãbersetzung leider nur in Teilen "
#~ "fertiggestellt. Aber Sie finden mehr und mehr übersetzte Informationen "
-#~ "<a href=\"http://wiki.gnucash.org/wiki/De/GnuCash\">auf den deutschen "
+#~ "<a href=\"https://wiki.gnucash.org/wiki/De/GnuCash\">auf den deutschen "
#~ "Wiki-Seiten von GnuCash</a>."
#~ msgid "Free Acconting Software"
diff --git a/po/es.po b/po/es.po
index 9939360..407e4e7 100644
--- a/po/es.po
+++ b/po/es.po
@@ -128,9 +128,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -401,13 +401,13 @@ msgstr ""
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -420,7 +420,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -433,14 +433,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -450,7 +450,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2101,7 +2101,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/fr.po b/po/fr.po
index 92dbfae..d80a919 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -155,9 +155,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -408,7 +408,7 @@ msgstr "Ajoutez des mots clefs"
msgid ""
"Additionally, you can talk to someone via IRC at <i>irc.gnome.org</i> "
"channel <b>#gnucash</b> about your question. Another resource is the <a href="
-"\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
+"\"https://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki."
"de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis."
msgstr ""
"Il existe aussi des flux de discussions IRC via irc.gnome.org \"#gnucash\". "
@@ -506,13 +506,13 @@ msgstr "Rapport d'anomalies"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -525,7 +525,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -538,14 +538,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -555,7 +555,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -892,7 +892,7 @@ msgstr "Calculs financiers"
#: download.phtml:42
msgid ""
"For build instructions, please check the <span class=\"gnucash\">GnuCash</"
-"span> wiki which has <a href='http://wiki.gnucash.org/wiki/"
+"span> wiki which has <a href='https://wiki.gnucash.org/wiki/"
"GnuCash#Installation'>guidelines for several distributions</a>."
msgstr ""
"Pour les instructions de construction, s'il vous plaît regardez le wiki de "
@@ -904,7 +904,7 @@ msgstr ""
#, fuzzy
msgid ""
"For those not familiar with git, the <span class=\"gnucash\">GnuCash</span> "
-"wiki has a <a href='http://wiki.gnucash.org/wiki/Git'>description</a> "
+"wiki has a <a href='https://wiki.gnucash.org/wiki/Git'>description</a> "
"tailored to the <span class=\"gnucash\">GnuCash</span> code. To get the "
"documentation source instead of the program source, replace 'gnucash' with "
"'gnucash-docs' in the mentioned git commands, like this:"
@@ -1154,7 +1154,7 @@ msgstr ""
"si vous souhaitez installer une autre versionque celle proposée, vous pouvez "
"essayer de construire <span class=\"gnucash\">GnuCash</span> directement "
"depuis le code source. Le wiki de <span class=\"gnucash\">GnuCash</span> "
-"fournit des <a href='http://wiki.gnucash.org/wiki/"
+"fournit des <a href='https://wiki.gnucash.org/wiki/"
"GnuCash#Installation'>aides pour différentes distributions</a>."
#: 2.6-release-tour.phtml:120
@@ -2455,7 +2455,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/hu.po b/po/hu.po
index f08ac3d..8e8181d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -136,9 +136,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -445,13 +445,13 @@ msgstr "Bug Reports"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -464,7 +464,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -477,14 +477,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -494,7 +494,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2305,7 +2305,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
@@ -2865,7 +2865,7 @@ msgstr ""
#~ "<b>Translating</b>: The new release comes with plenty of new translation "
#~ "strings. If you consider contributing a translation, we invite you to "
#~ "test this release already, but please keep in mind that we are not yet in "
-#~ "our string freeze phase. Please check <a href=\"http://wiki.gnucash.org/"
+#~ "our string freeze phase. Please check <a href=\"https://wiki.gnucash.org/"
#~ "wiki/Translation_Status\">http://wiki.gnucash.org/wiki/"
#~ "Translation_Status</a> for updates on this, as we recommend to wait for "
#~ "the string freeze phase for the serious translation work."
@@ -2873,7 +2873,7 @@ msgstr ""
#~ "<b>Translating</b>: The new release comes with plenty of new translation "
#~ "strings. If you consider contributing a translation, we invite you to "
#~ "test this release already, but please keep in mind that we are not yet in "
-#~ "our string freeze phase. Please check <a href=\"http://wiki.gnucash.org/"
+#~ "our string freeze phase. Please check <a href=\"https://wiki.gnucash.org/"
#~ "wiki/Translation_Status\">http://wiki.gnucash.org/wiki/"
#~ "Translation_Status</a> for updates on this, as we recommend to wait for "
#~ "the string freeze phase for the serious translation work."
diff --git a/po/it.po b/po/it.po
index 3940b3d..9df627d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -161,9 +161,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -172,7 +172,7 @@ msgstr ""
"guida ai concetti. Se non si trova risposta alle proprie domande in questi "
"documenti, è sempre possibile consultare il <a href=\"http://wiki.gnucash."
"org/wiki/GnuCash\">wiki di GnuCash</a>. Se entrambe le opzioni falliscono, è "
-"possibile inviare le proprie domande alle <a href=\"http://wiki.gnucash.org/"
+"possibile inviare le proprie domande alle <a href=\"https://wiki.gnucash.org/"
"wiki/Mailing_Lists\">liste di discussione di GnuCash</a>: la comunità di "
"<span class=\"gnucash\">GnuCash</span> è molto disponibile e capace!"
@@ -435,7 +435,7 @@ msgid ""
msgstr ""
"In aggiunta, è possibile sottoporre ad altri il proprio problema tramite IRC "
"usando il canale <b>#gnucash</b> su <i>irc.gnome.org</i>. Ulteriori risorse "
-"sono le wiki <a href=\"http://wiki.gnucash.org/wiki/\">Inglese</a> o <a href="
+"sono le wiki <a href=\"https://wiki.gnucash.org/wiki/\">Inglese</a> o <a href="
"\"http://linuxwiki.de/GnuCash\">Tedesca</a> di <span class=\"gnucash"
"\">GnuCash</span>."
@@ -529,18 +529,18 @@ msgstr "Segnalazione problemi"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
-"Sviluppando <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">il codice "
+"Sviluppando <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">il codice "
"sorgente</a>"
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
-"<a href=\"http://wiki.gnucash.org/wiki/Translation\">Traducendo il programma "
+"<a href=\"https://wiki.gnucash.org/wiki/Translation\">Traducendo il programma "
"e la documentazione nella propria lingua</a>"
#: 2.6-release-tour.phtml:163
@@ -555,10 +555,10 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
-"Migliorando la <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"Migliorando la <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
"\">documentazione</a>"
#: 2.6-release-tour.phtml:178
@@ -573,17 +573,17 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
-"Partecipando alle <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"Partecipando alle <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
"\">liste di discussione di GnuCash</a> e al <a href=\"http://wiki.gnucash."
"org/wiki/IRC\">canale IRC</a>"
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
"Revisionando e aggiungendo nuovi contenuti <a href=\"http://wiki.gnucash."
@@ -595,10 +595,10 @@ msgstr "Spargendo la voce"
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
-"Testando il programma e <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
+"Testando il programma e <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
"\">segnalando i problemi</a>"
#: features.phtml:222
@@ -2680,10 +2680,10 @@ msgstr "Sourceforge"
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
"La versione 2.6 di <span class=\"gnucash\">GnuCash</span> è scaricabile "
-"direttamente dalla <a href=\"http://gnucash.org\">pagina principale del sito "
+"direttamente dalla <a href=\"https://gnucash.org\">pagina principale del sito "
"di GnuCash</a>."
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/ja.po b/po/ja.po
index b23b3e0..85a37d5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -147,9 +147,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -460,13 +460,13 @@ msgstr "ãã°ã¬ãã¼ã"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -479,7 +479,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -492,14 +492,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -509,7 +509,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2329,7 +2329,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/nb.po b/po/nb.po
index 1e3053b..d676c7b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -139,9 +139,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -412,13 +412,13 @@ msgstr ""
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -431,7 +431,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -444,14 +444,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -461,7 +461,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2144,7 +2144,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/nl.po b/po/nl.po
index 07f2656..0f4dbc9 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -161,9 +161,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -510,13 +510,13 @@ msgstr "Bugrapporten"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -529,7 +529,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -542,14 +542,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -559,7 +559,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2561,7 +2561,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/pl.po b/po/pl.po
index 94d46b1..91d0728 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -136,9 +136,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -409,13 +409,13 @@ msgstr ""
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -428,7 +428,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -441,14 +441,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -458,7 +458,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2161,7 +2161,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/pt.po b/po/pt.po
index b53a33c..f5e5665 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1031,10 +1031,10 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
"Pode transferir a nova versão 2.6 do <span class=\"gnucash\">GnuCash</"
-"span> na <a href=\"http://gnucash.org\">página principal do GnuCash</a>."
+"span> na <a href=\"https://gnucash.org\">página principal do GnuCash</a>."
#: 2.6-release-tour.phtml:169
msgid "Help"
@@ -1044,17 +1044,17 @@ msgstr "Ajuda"
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
"O <span class=\"gnucash\">GnuCash</span> 2.6 vem com atualizações "
"da ajuda e do guia. Se não conseguir encontrar uma resposta nesses "
-"documentos, tente na <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">wiki "
+"documentos, tente na <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">wiki "
"do GnuCash</a>. Se ambas as opções forem insatisfatórias, "
-"pode enviar as suas questões para as <a href=\"http://wiki.gnucash.org/"
+"pode enviar as suas questões para as <a href=\"https://wiki.gnucash.org/"
"wiki/Mailing_Lists\">listas de correio do GnuCash</a>: a comunidade do <span "
"class=\"gnucash\">GnuCash</span> é muito simpática e experiente, "
"de certeza que alguém o ajudará."
@@ -1075,10 +1075,10 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
-"Testando o programa e <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"Testando o programa e <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reportando erros</a>"
#: 2.6-release-tour.phtml:178
@@ -1105,44 +1105,44 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
-"Participando nas <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">listas de correio do GnuCash</a> e no <a href=\"http://wiki.gnucash.org/"
+"Participando nas <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">listas de correio do GnuCash</a> e no <a href=\"https://wiki.gnucash.org/"
"wiki/IRC\">canal IRC</a>"
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
-"Revendo e adicionando dicas à <a href=\"http://wiki.gnucash.org/wiki/"
+"Revendo e adicionando dicas à <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
-"Melhorando a <a href=\"http://gnucash.org/docs.phtml\">documentaçã"
+"Melhorando a <a href=\"https://gnucash.org/docs.phtml\">documentaçã"
"o</a>"
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
-"<a href=\"http://wiki.gnucash.org/wiki/Translation\">Traduzindo o programa e "
+"<a href=\"https://wiki.gnucash.org/wiki/Translation\">Traduzindo o programa e "
"a documentação no seu idioma</a>"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
-"<a href=\"http://wiki.gnucash.org/wiki/Development\">Desenvolvento o có"
+"<a href=\"https://wiki.gnucash.org/wiki/Development\">Desenvolvento o có"
"digo fonte</a>"
#: 2.6-release-tour.phtml:188
@@ -1213,7 +1213,7 @@ msgid ""
msgstr ""
"Adicionalmente, pode falar com alguém via IRC em <i>irc.gnome.org</i>, "
"canal <b>#gnucash</b> sobre o seu problema. Outro recurso são as wikis "
-"<a href=\"http://wiki.gnucash.org/wiki/\">inglesa</a> ou <a href=\"http://"
+"<a href=\"https://wiki.gnucash.org/wiki/\">inglesa</a> ou <a href=\"http://"
"linuxwiki.de/GnuCash\">alemã</a> do <span class=\"gnucash\">GnuCash</"
"span>."
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4c2bf2c..c9d2f89 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -134,9 +134,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -438,13 +438,13 @@ msgstr "æ¥å Bug"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -457,7 +457,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -470,14 +470,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -487,7 +487,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2291,7 +2291,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 8ba7a52..3504011 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -136,9 +136,9 @@ msgstr ""
msgid ""
"<span class=\"gnucash\">GnuCash</span> 2.6 comes with updated Help and "
"Guide. If you can't find the answer to your questions in those documents, "
-"try with the <a href=\"http://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
+"try with the <a href=\"https://wiki.gnucash.org/wiki/GnuCash\">GnuCash wiki</"
"a>. If both options are unsatisfactory, you can send your questions to the "
-"<a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
+"<a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists\">GnuCash mailing "
"lists</a>: the <span class=\"gnucash\">GnuCash</span> community is very "
"friendly and experienced and someone will surely assist you."
msgstr ""
@@ -447,13 +447,13 @@ msgstr "Bug åå ±"
#: 2.6-release-tour.phtml:185
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Development\">developing the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Development\">developing the "
"source code</a>"
msgstr ""
#: 2.6-release-tour.phtml:184
msgid ""
-"By <a href=\"http://wiki.gnucash.org/wiki/Translation\">translating the "
+"By <a href=\"https://wiki.gnucash.org/wiki/Translation\">translating the "
"program and documentation to your language</a>"
msgstr ""
@@ -466,7 +466,7 @@ msgstr ""
#: 2.6-release-tour.phtml:183
msgid ""
-"By improving the <a href=\"http://gnucash.org/docs.phtml\">released "
+"By improving the <a href=\"https://gnucash.org/docs.phtml\">released "
"documentation</a>"
msgstr ""
@@ -479,14 +479,14 @@ msgstr ""
#: 2.6-release-tour.phtml:181
msgid ""
-"By partecipating in the <a href=\"http://wiki.gnucash.org/wiki/Mailing_Lists"
-"\">GnuCash mailing lists</a> and <a href=\"http://wiki.gnucash.org/wiki/IRC"
+"By partecipating in the <a href=\"https://wiki.gnucash.org/wiki/Mailing_Lists"
+"\">GnuCash mailing lists</a> and <a href=\"https://wiki.gnucash.org/wiki/IRC"
"\">IRC channel</a>"
msgstr ""
#: 2.6-release-tour.phtml:182
msgid ""
-"By reviewing and adding hints to the <a href=\"http://wiki.gnucash.org/wiki/"
+"By reviewing and adding hints to the <a href=\"https://wiki.gnucash.org/wiki/"
"\">wiki</a>"
msgstr ""
@@ -496,7 +496,7 @@ msgstr ""
#: 2.6-release-tour.phtml:177
msgid ""
-"By testing the program and <a href=\"http://wiki.gnucash.org/wiki/Bugzilla"
+"By testing the program and <a href=\"https://wiki.gnucash.org/wiki/Bugzilla"
"\">reporting bugs</a>"
msgstr ""
@@ -2187,7 +2187,7 @@ msgstr ""
#: 2.6-release-tour.phtml:167
msgid ""
"You can download the new 2.6 version of <span class=\"gnucash\">GnuCash</"
-"span> from the <a href=\"http://gnucash.org\">GnuCash website main page</a>."
+"span> from the <a href=\"https://gnucash.org\">GnuCash website main page</a>."
msgstr ""
#: search/templates/NMZ.body.php_tmpl:60
diff --git a/search/templates/old/NMZ.foot.de b/search/templates/old/NMZ.foot.de
index 4dd0a91..cb0642d 100644
--- a/search/templates/old/NMZ.foot.de
+++ b/search/templates/old/NMZ.foot.de
@@ -5,7 +5,7 @@ Dieses Suchsystem wird mit
<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
betrieben.
</p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
+<a href="https://www.gnucash.org">GnuCash Home Page</a>
<address>
<!-- ADDRESS -->
<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
diff --git a/search/templates/old/NMZ.foot.fr b/search/templates/old/NMZ.foot.fr
index 21fb421..8df9546 100644
--- a/search/templates/old/NMZ.foot.fr
+++ b/search/templates/old/NMZ.foot.fr
@@ -4,7 +4,7 @@
Ce moteur de recherche utilise
<strong><a href="http://www.namazu.org/">Namazu</a> <!-- VERSION --> v{version} <!-- VERSION --></strong>
</p>
-<a href="http://www.gnucash.org">GnuCash Home Page</a>
+<a href="https://www.gnucash.org">GnuCash Home Page</a>
<address>
<!-- ADDRESS -->
<a href="mailto:webmaster at gnucash.org">webmaster at gnucash.org</a>
Summary of changes:
2.6-release-tour.phtml | 16 +++++-----
docs.phtml | 44 ++++++++++++++--------------
externals/footer.phtml | 2 +-
externals/header.phtml | 2 +-
externals/menu.phtml | 18 ++++++------
index.phtml | 2 +-
news/021014-announce-1-7-1.news | 2 +-
news/021028-announce-1-7-2.news | 2 +-
news/021117-announce-1-7-3.news | 2 +-
news/021202-announce-1-7-4.news | 2 +-
news/021203-announce-1-7-5.news | 2 +-
news/021222-announce-1-7-6.news | 2 +-
news/030106-announce-1-7-7.news | 2 +-
news/030120-announce-1-7-8.news | 2 +-
news/030127-announce-doc-1-7-8.news | 2 +-
news/030127-de-maillist.news | 4 +--
news/030202-announce-1-8-0.news | 2 +-
news/030209-announce-1-8-1.news | 2 +-
news/030309-announce-1-8-2.news | 2 +-
news/030512-announce-1-8-3.news | 2 +-
news/030526-announce-1-8-4.news | 2 +-
news/030819-announce-1-8-2-docs.news | 2 +-
news/030819-announce-1-8-5.news | 2 +-
news/030831-announce-1-8-3-docs.news | 2 +-
news/030911-announce-1-8-6.news | 2 +-
news/030914-announce-1-8-7.news | 2 +-
news/030923-gnucash-it.news | 2 +-
news/031010-outage.news | 2 +-
news/031107-euro-mirror.news | 4 +--
news/031117-announce-1-8-8.news | 2 +-
news/040412-announce-1-8-9.news | 2 +-
news/041112-announce-1-8-10.news | 2 +-
news/050206-announce-1-8-11.news | 2 +-
news/051019-announce-1-8-12.news | 2 +-
news/060209-1.9.0.news | 2 +-
news/060220-1.9.1.news | 4 +--
news/060305-1-9-2.news | 2 +-
news/060319-1-9-3.news | 2 +-
news/060405-1-9-4.news | 2 +-
news/060416-1-9-5.news | 2 +-
news/060514-1-9-6.news | 2 +-
news/060605-1-9-7.news | 2 +-
news/060618-1-9-8.news | 6 ++--
news/060730-2-0-1.news | 2 +-
news/061008-2-0-2.news | 2 +-
news/061210-2-0-3.news | 2 +-
news/070101-2-0-4.news | 2 +-
news/070218-2-0-5.news | 2 +-
news/070428-2-1-1.news | 4 +--
news/070519-2-1-2.news | 2 +-
news/070602-2-1-3.news | 2 +-
news/070616-2-1-4.news | 2 +-
news/070702-2-1-5.news | 2 +-
news/070715-2-2-0.news | 2 +-
news/070820-2-2-1.news | 2 +-
news/071218-2-2-2.news | 2 +-
news/080108-2-2-3.news | 2 +-
news/080303-2-2-4.news | 2 +-
news/080427-2-2-5.news | 2 +-
news/080731-2-2-6.news | 2 +-
news/080927-2-2-7.news | 2 +-
news/081214-2-2-8.news | 2 +-
news/090224-2-2-9.news | 2 +-
news/090515-2.3.0.news | 2 +-
news/090607-2.3.1.news | 2 +-
news/090707-2.3.2.news | 2 +-
news/090723-2.3.3.news | 2 +-
news/090819-2.3.4.news | 2 +-
news/090829-2.3.5.news | 2 +-
news/090929-2.3.6.news | 2 +-
news/091007-2.3.7.news | 2 +-
news/091208-2.3.8.news | 2 +-
news/100215-2.3.9.news | 2 +-
news/100218-2.3.10.news | 2 +-
news/100319-2.3.11.news | 2 +-
news/100421-2.3.12.news | 2 +-
news/100602-2.3.13.news | 2 +-
news/100608-2.3.14.news | 2 +-
news/100820-2.3.15.news | 2 +-
news/101107-2.3.16.news | 2 +-
news/101121-2.3.17.news | 2 +-
news/110529-2.4.6.news | 2 +-
news/110702-2.4.7.news | 2 +-
news/110702-docs-2.2.2.news | 4 +--
news/110702-docs-2.4.1.news | 6 ++--
news/110925-new-website.news | 2 +-
news/111008-OSX-Lion-Update.news | 2 +-
news/111023-2.4.8.news | 2 +-
news/120110-2.4.9.news | 2 +-
news/120206-2.4.10.news | 2 +-
news/120714-2.4.11.news | 2 +-
news/121118-docs-2.4.2.news | 6 ++--
news/130201-Github-Regeneration-Update.news | 2 +-
news/130331-2.4.12.news | 2 +-
news/130407-2.5.0.news | 2 +-
news/130421-2.4.13.news | 2 +-
news/130505-announce-2.5.1.news | 6 ++--
news/130525-htdocs-git.news | 2 +-
news/130528-announce-2.5.2.news | 2 +-
news/130707-announce-2.5.3.news | 2 +-
news/130805-announce-2.5.4.news | 2 +-
news/130910-announce-2.5.5.news | 2 +-
news/131008-announce-2.5.6.news | 2 +-
news/131104-announce-2.5.7.news | 2 +-
news/131118-announce-2.5.8.news | 2 +-
news/131201-announce-2.5.9.news | 2 +-
news/131215-announce-2.5.10.news | 2 +-
news/131230-2.6.0.news | 4 +--
news/140101-2.4.14.news | 2 +-
news/140112-2.4.15.news | 2 +-
news/140127-2.6.1.news | 10 +++----
news/140201-server-down.news | 2 +-
news/140213-Gnucash-htdocs-Regeneration.news | 2 +-
news/140302-2.6.2.news | 10 +++----
news/140401-2.6.3.news | 10 +++----
news/140928-2.6.4.news | 10 +++----
news/141216-2.6.5.news | 10 +++----
news/150330-2.6.6.news | 10 +++----
news/150628-2.6.7.news | 10 +++----
news/150927-2.6.8.news | 10 +++----
news/151006-2.6.9.news | 10 +++----
news/151220-2.6.10.news | 8 ++---
news/160111-2.6.11.news | 8 ++---
news/de/060618-1-9-8.news | 4 +--
news/de/070715-2-2-0.news | 4 +--
news/it/100608-2.3.14.news | 2 +-
news/it/100820-2.3.15.news | 2 +-
news/it/101107-2.3.16.news | 2 +-
news/it/101121-2.3.17.news | 2 +-
news/it/110702-2.4.7.news | 2 +-
news/it/110702-docs-2.2.2.news | 4 +--
news/it/110702-docs-2.4.1.news | 6 ++--
news/it/110925-new-website.news | 2 +-
news/it/131230-2.6.0.news | 4 +--
po/de.po | 24 +++++++--------
po/es.po | 20 ++++++-------
po/fr.po | 28 +++++++++---------
po/hu.po | 24 +++++++--------
po/it.po | 36 +++++++++++------------
po/ja.po | 20 ++++++-------
po/nb.po | 20 ++++++-------
po/nl.po | 20 ++++++-------
po/pl.po | 20 ++++++-------
po/pt.po | 42 +++++++++++++-------------
po/zh_CN.po | 20 ++++++-------
po/zh_TW.po | 20 ++++++-------
search/templates/old/NMZ.foot.de | 2 +-
search/templates/old/NMZ.foot.fr | 2 +-
148 files changed, 381 insertions(+), 381 deletions(-)
More information about the gnucash-changes
mailing list