diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 02:59:30 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-09-28 03:02:25 +0200 |
commit | 90f5c8459868840a591cb93fa88867705c0e7b24 (patch) | |
tree | b5695bca1c541936e199b925471686c33c058b5e /website | |
parent | 63d91f270d4228ad52b2a785d1ed357d04612564 (diff) | |
download | fetchmail-90f5c8459868840a591cb93fa88867705c0e7b24.tar.gz fetchmail-90f5c8459868840a591cb93fa88867705c0e7b24.tar.bz2 fetchmail-90f5c8459868840a591cb93fa88867705c0e7b24.zip |
Fix link in sidebar.
Diffstat (limited to 'website')
-rw-r--r-- | website/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index 59ff7690..0adee74a 100644 --- a/website/index.html +++ b/website/index.html @@ -15,7 +15,7 @@ <table width="100%" cellpadding="0" summary="Canned page header"> <tr> <td>Fetchmail</td> -<td align="right"><!-- update date -->2019-09-02</td> +<td align="right"><!-- update date -->2019-09-28</td> </tr> </table> </div> @@ -29,7 +29,7 @@ <a href="fetchmail-FAQ.pdf" title="Fetchmail FAQ as PDF">FAQ (PDF)</a><br> <a href="design-notes.html">Design Notes</a><br> <a - href="https://sourceforge.net/projects/fetchmail/files/branch_6.3/">Download</a><br> + href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">Download</a><br> <a href="security.html">Security/Errata</a><br> <a href="https://gitlab.com/fetchmail/fetchmail/">Development</a><br> <a href="https://sourceforge.net/projects/fetchmail/">Project Page</a><br> |