Re: [Python-Dev] Error in buildbot link

2012-06-25 Thread Martin v. Löwis
On 25.06.2012 10:57, Antoine Pitrou wrote: > On Sun, 24 Jun 2012 20:30:50 -0400 > "Eric V. Smith" wrote: >> >> http://docs.python.org/devguide/buildbots.html contains a link to >> http://python.org/dev/buildbot/, which redirects to >> http://buildbot.python.org/index.html, which gives a 404. >> >>

Re: [Python-Dev] Error in buildbot link

2012-06-25 Thread Antoine Pitrou
On Sun, 24 Jun 2012 20:30:50 -0400 "Eric V. Smith" wrote: > > http://docs.python.org/devguide/buildbots.html contains a link to > http://python.org/dev/buildbot/, which redirects to > http://buildbot.python.org/index.html, which gives a 404. > > I think it should point to http://buildbot.python.

[Python-Dev] Error in buildbot link

2012-06-24 Thread Eric V. Smith
http://docs.python.org/devguide/buildbots.html contains a link to http://python.org/dev/buildbot/, which redirects to http://buildbot.python.org/index.html, which gives a 404. I think it should point to http://buildbot.python.org/all/waterfall, or maybe some subset of it. Eric.