diff mbox

[qemu-web] Change the "Full list of releases" link to point to download.qemu.org

Message ID 1501073992-6297-1-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth July 26, 2017, 12:59 p.m. UTC
The list in the Wiki is not up to date anymore, so let's simply point
the users to the file list on the download server instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 _includes/releases.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini July 26, 2017, 1:02 p.m. UTC | #1
On 26/07/2017 14:59, Thomas Huth wrote:
> The list in the Wiki is not up to date anymore, so let's simply point
> the users to the file list on the download server instead.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  _includes/releases.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/_includes/releases.html b/_includes/releases.html
> index 226c719..683d552 100644
> --- a/_includes/releases.html
> +++ b/_includes/releases.html
> @@ -7,4 +7,4 @@
>    href="http://wiki.qemu-project.org/ChangeLog/{{release.branch}}">changes</a></li>
>  {% endfor %}
>  </ul>
> -<p><a {% if page.url == '/' %}class="button"{%endif%} href="http://wiki.qemu-project.org/Main_Page#News">Full list of releases</a><p>
> +<p><a {% if page.url == '/' %}class="button"{%endif%} href="http://download.qemu.org/">Full list of releases</a><p>
> 

Sounds good.  Later we can change it to download.qemu.org/releases.

Paolo
diff mbox

Patch

diff --git a/_includes/releases.html b/_includes/releases.html
index 226c719..683d552 100644
--- a/_includes/releases.html
+++ b/_includes/releases.html
@@ -7,4 +7,4 @@ 
   href="http://wiki.qemu-project.org/ChangeLog/{{release.branch}}">changes</a></li>
 {% endfor %}
 </ul>
-<p><a {% if page.url == '/' %}class="button"{%endif%} href="http://wiki.qemu-project.org/Main_Page#News">Full list of releases</a><p>
+<p><a {% if page.url == '/' %}class="button"{%endif%} href="http://download.qemu.org/">Full list of releases</a><p>