gnucash-htdocs master: Fix erroneous mod numbers on windows and tarball urls.

John Ralls jralls at code.gnucash.org
Sun Dec 17 18:09:31 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ca160297 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/13c2ceab (commit)



commit ca1602971f58acb6323a1c43016afaa7938f5086
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 17 15:09:23 2017 -0800

    Fix erroneous mod numbers on windows and tarball urls.

diff --git a/news/171216-2.6.19.news b/news/171216-2.6.19.news
index a665fa2..66b1c57 100644
--- a/news/171216-2.6.19.news
+++ b/news/171216-2.6.19.news
@@ -53,13 +53,13 @@ application bundle.</p>
 <ul>
 <li>SourceForge:
 <ul>
-<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.19-3.setup.exe">Win32</a></li>
+<li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.19.setup.exe">Win32</a></li>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.6.19-1.dmg">Mac-Intel</a></li>
 <li><a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-PPC-2.6.19-1.dmg">Mac-PPC</a></li>
 </ul></li>
 <li>Github
 <ul>
-<li><a href="https://github.com/Gnucash/gnucash/releases/download/2.6.19/gnucash-2.6.19-3.setup.exe">Win32</a></li>
+<li><a href="https://github.com/Gnucash/gnucash/releases/download/2.6.19/gnucash-2.6.19.setup.exe">Win32</a></li>
 <li><a href="https://github.com/Gnucash/gnucash/releases/download/2.6.19/Gnucash-Intel-2.6.19-1.dmg">Mac-Intel</a></li>
 <li><a href="https://github.com/Gnucash/gnucash/releases/download/2.6.19/Gnucash-PPC-2.6.19-1.dmg">Mac-PPC</a></li>
 </ul></li>
@@ -68,9 +68,9 @@ application bundle.</p>
 <p>If you want to compile GnuCash 2.6.19 for yourself, the source code can be downloaded from:</p>
 <ul>
 
-<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.19-1.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.19/">all files</a>.</li>
+<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.19.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.19/">all files</a>.</li>
 
-<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/2.6.19/gnucash-2.6.19-1.tar.bz2">bzip</a> <b>WARNING</b> Do not try to use the github-generated files labelled "Source Code". They have not been processed with swig and will not build.</li>
+<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/2.6.19/gnucash-2.6.19.tar.bz2">bzip</a> <b>WARNING</b> Do not try to use the github-generated files labelled "Source Code". They have not been processed with swig and will not build.</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>



Summary of changes:
 news/171216-2.6.19.news | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list