Georg-Johann Lay wrote:

> http://gcc.gnu.org/gcc-4.7/changes.html
> 
> But there is a problem with the link to built-ins in onlinedocs.
> 
> The HTML reads
> 
> <li>Support for AVR-specific <a
> href="http://gcc.gnu.org/onlinedocs/gcc/AVR-Built_002din-Functions.html";>built-in
> functions</a> has been added.</li>
> 
> But that is not used literally but as
> "http://gcc.gnu.org/onlinedocs/gcc/AVR-Built-in-Functions.html";
> instead leading to 404 "Not found" error.
> 
> It _002d link works from by local sandbox but not from the upstream version.
> 
> What is the trick?

Hacked around it by escaping _002d as %5f002d so that _002d is not resolved to -

Johann

Reply via email to