Re: [CMake] Links to online documentation of CMake broken

2012-06-11 Thread Andreas Schuh
Thanks! I can confirm that it works for me with Safari now. On Fri, Jun 8, 2012 at 10:17 AM, Brad King wrote: > On 06/07/2012 04:22 PM, Andreas Schuh wrote: >> I see. I am using Safari 5.1.7 on Mac OS X 10.6.8. > > We changed the redirection from server-side to JavaScript. > Now it appears to wor

Re: [CMake] Links to online documentation of CMake broken

2012-06-08 Thread Brad King
On 06/07/2012 04:22 PM, Andreas Schuh wrote: > I see. I am using Safari 5.1.7 on Mac OS X 10.6.8. We changed the redirection from server-side to JavaScript. Now it appears to work in all browsers. If JavaScript is disabled the page falls back to a static link, but of course that won't have the #a

Re: [CMake] Links to online documentation of CMake broken

2012-06-07 Thread Andreas Schuh
I see. I am using Safari 5.1.7 on Mac OS X 10.6.8. On Thu, Jun 7, 2012 at 3:51 PM, David Cole wrote: > It doesn't work in Safari either, from my Mac or from my iPad > > > On Thu, Jun 7, 2012 at 2:46 PM, Brad King wrote: >> >> On 06/07/2012 02:06 PM, Andreas Schuh wrote: >> > For example, the lin

Re: [CMake] Links to online documentation of CMake broken

2012-06-07 Thread David Cole
It doesn't work in Safari either, from my Mac or from my iPad On Thu, Jun 7, 2012 at 2:46 PM, Brad King wrote: > On 06/07/2012 02:06 PM, Andreas Schuh wrote: > > For example, the link > > http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:find_package > > is rewritten to http://www.cma

Re: [CMake] Links to online documentation of CMake broken

2012-06-07 Thread Brad King
On 06/07/2012 02:06 PM, Andreas Schuh wrote: > For example, the link > http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:find_package > is rewritten to http://www.cmake.org/cmake/help/v2.8.8/cmake.html > instead of > http://www.cmake.org/cmake/help/v2.8.8/cmake.html#command:find_package.

[CMake] Links to online documentation of CMake broken

2012-06-07 Thread Andreas Schuh
Hi, I noticed that the CMake documentation online has been updated and the URLs have changed. The main links are correctly rewritten to the new URLs, but the references to particular sections of the documents are discarded during this rewrite. This breaks many links in my documentation where I lin