From 9776c87da12a5529ce7f69a42e90c503f162ce6a Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Tue, 14 Dec 2010 18:39:02 +0100
Subject: [PATCH] Prepare for 0.6 release.

Also change default tracker to the one in github (everyone is using
that one anyways).
---
 doc/themes/scikit-learn/layout.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/themes/scikit-learn/layout.html b/doc/themes/scikit-learn/layout.html
index f746df1542..21082a3f70 100644
--- a/doc/themes/scikit-learn/layout.html
+++ b/doc/themes/scikit-learn/layout.html
@@ -77,7 +77,7 @@
         {% else %}
         <h3>News</h3>
 
-       <p>scikits.learn 0.5 is available
+       <p>scikits.learn 0.6 (release candidate) is available
          for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>.
          See <a href="{{pathto('whats_new')}}">what's new</a> and tips
          on <a href="{{pathto('install')}}">installing</a>.</p>
@@ -95,7 +95,7 @@
         code</a>, join the
         <a href="{{pathto('support')}}#mailing-list">mailing
         lists</a>, report bugs to
-        the <a href="http://sourceforge.net/apps/trac/scikit-learn/report/1">issue
+        the <a href="https://github.com/scikit-learn/scikit-learn/issues">issue
         tracker</a> or participate in the next
         <a href="http://github.com/scikit-learn/scikit-learn/wiki/Upcoming-events">coding sprint</a>. <a href="{{pathto('developers/index')}}">Read More...</a>
         </p>
-- 
GitLab