Doc links broken

The Forum Rules, general FAQ and questions or comments about the forum are posted here.
Post Reply
micros
Super wx Problem Solver
Super wx Problem Solver
Posts: 317
Joined: Sat Mar 18, 2006 10:41 am
Location: Ustek, Bohemia

Doc links broken

Post by micros »

I started getting error 404 lately when I click a doc link in [ code] section. The link's filename case is invalid:

Code: Select all

  wxPanel points to
  "http://www.wxwidgets.org/manuals/2.6.3/wx_wxPanel.html#wxPanel"
but the correct filename is lowercase (the anchor name as well, to be complete)
http://www.wxwidgets.org/manuals/2.6.3/ ... ml#wxpanel
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Hi!
Thanks for reporting that. I updated the highlighting code once again and forgot to fix that. Should work again now.

Thanks again.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
Post Reply