[issue1088] News page broken link to 3.0a1

2007-09-02 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thanks for the report. This is now fixed. -- nosy: +loewis resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1088] News page broken link to 3.0a1

2007-09-02 Thread Graham Horler
New submission from Graham Horler: The news page: http://www.python.org/news/ ...has a relative link: first alpha release ...which resolves to: http://www.python.org/news/download/releases/3.0 ...which does not exist. It should be absolute: http://www.python.org/download/releases/3.0/ --