On Wed, 25 May 2005, Olly Betts wrote:
>>> This page mentions the website :
>>> http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=index
>>> 
>>> while www2.iro.umontreal.ca has no DNS resolution.
>>   It does resolve now; but then the webserver returns a 302 redirect to the
>> same URI at www.iro.umontreal.ca (in fact, www. and www2. are CNAMES for
>> each other anyway), which turns out to be 404.
> This is probably the appropriate URL now:
> 
> http://www.iro.umontreal.ca/translation/registry.cgi?team=index
Looks like that, yes.  Thanks for digging this out!

I installed the following patch.

Gerald

Update team index link for the translation project.

Index: translation.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/translation.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 translation.html
--- translation.html    15 Dec 2004 22:21:56 -0000      1.5
+++ translation.html    29 May 2005 09:53:56 -0000
@@ -87,7 +87,7 @@ may also be found <a
 to them must not go directly into GCC; they need to be sent to the
 respective language team, indicated by the Language-Team entry in the
 <code>.po</code> file or <a
-href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=index";>the
+href="http://www.iro.umontreal.ca/translation/registry.cgi?team=index";>the
 list of language teams</a>.  Bug reports about a translation should be
 forwarded to the translation team.</p>
 

Reply via email to