gnucash-htdocs master: Fix errors in sourceforge download URIs.
John Ralls
jralls at code.gnucash.org
Mon Jun 1 19:27:24 EDT 2020
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/ef53bbd1 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/3c03ba4c (commit)
commit ef53bbd17007b0d12875b26e9a54a1827337b7bf
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Jun 1 16:26:27 2020 -0700
Fix errors in sourceforge download URIs.
diff --git a/news/200601-3.903.news b/news/200601-3.903.news
index f116ab5..2a3373f 100644
--- a/news/200601-3.903.news
+++ b/news/200601-3.903.news
@@ -235,13 +235,13 @@ application bundle.</p>
<ul>
<li>SourceForge:
<ul>
- <li><a href="https://downloads.sourceforge.net/gnucash%20%%28unstable%29/gnucash-3.903.setup.exe">Win32</a></li>
- <li><a href="https://downloads.sourceforge.net/gnucash%20%28stable%29/Gnucash-Intel-3.903-1.dmg">Mac-Intel</a></li>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28unstable%29/gnucash-3.903.setup.exe">Win32</a></li>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28unstable%29/Gnucash-Intel-3.903-1.dmg">Mac-Intel</a></li>
</ul></li>
<li>Github
<ul>
<li><a href="https://github.com/Gnucash/gnucash/releases/download/3.903/gnucash-3.903.setup.exe">Win32</a></li>
- <li><a href="https://github.com/Gnucash/gnucash/releases/download/3.903/Gnucash-Intel-3.903-3.dmg">Mac-Intel</a></li>
+ <li><a href="https://github.com/Gnucash/gnucash/releases/download/3.903/Gnucash-Intel-3.903-1.dmg">Mac-Intel</a></li>
</ul></li></ul>
<p>GnuCash is now available as a flatpak from Flathub.org. <a href="https://wiki.gnucash.org/wiki/Flatpak">Instructions for installing and running.</a></p>
@@ -250,7 +250,7 @@ application bundle.</p>
<p>If you want to compile GnuCash 3.903 for yourself, the source code can be downloaded from:</p>
<ul>
- <li>Sourceforge: <a href="https://downloads.sourceforge.net/gnucash%20%28unstable%29/gnucash-3.903.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28unstable%29/3.903/gnucash-3.903.tar.gz">gzip</a>.</li>
+ <li>Sourceforge: <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28unstable%29/gnucash-3.903.tar.bz2">bzip2</a>, <a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28unstable%29/3.903/gnucash-3.903.tar.gz">gzip</a>.</li>
<li>Github: <a href="https://github.com/Gnucash/gnucash/releases/download/3.903/gnucash-3.903.tar.bz2">bzip</a><a href="https://github.com/Gnucash/gnucash/releases/download/3.903/gnucash-3.903.tar.gz">gzip</a></li>
@@ -266,7 +266,7 @@ The documentation is included in the MacOS and Windows application bundles.</p>
<p>If you want to compile the GnuCash Documentation 3.903 for yourself, the source code can be downloaded from:</p>
<ul>
- <li><a href="https://downloads.sourceforge.net/gnucash%20%28unstable%29/gnucash-docs-3.903-1.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/3.903/gnucash-docs-3.903.tar.gz">GitHub</a></li>
+ <li><a href="https://downloads.sourceforge.net/gnucash/gnucash%20%28unstable%29/gnucash-docs-3.903-1.tar.gz">Sourceforge</a> or <a href="https://github.com/Gnucash/gnucash/releases/download/3.903/gnucash-docs-3.903.tar.gz">GitHub</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>
Summary of changes:
news/200601-3.903.news | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list