Boost C++ Libraries: Ticket #6206: Boost 1.48 docs glitch: navigation to boost.pool documentation is broken https://svn.boost.org/trac10/ticket/6206 <p> <strong>PROBLEM DESCRIPTION:</strong> boost_1_48_0/libs/libraries.htm contains a hyperlink "pool/doc/index.html" to the boost.pool library documentation. No index.html (auto redirection to the html subdirectory) exists in the specified directory, but there is one in in the pool/ directory (one level up). </p> <p> <strong>HOW TO REPEAT:</strong> </p> <ol><li>Download boost 1.48 7z source distribution (probably other formats are affected, too). </li><li>Unzip it. </li><li>cd boost_1_48_0 </li><li>open/start index.html (depending on OS: MACOSX / Win32) </li><li>Go in browser to library documentation by category </li><li>Try to navigate to boost.pool documentation (auto-redirection to pool/doc/html/index.html is broken) </li></ol><p> <strong>COMMENT</strong>: By looking over the hyperlinks to various boost libraries, there seems to be no common recipe how this should be done. Each library seems to enter its documentation structure at a slightly different level. Therefore, there exist at least 3-4 possibilities for this hyperlink from the overview page. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6206 Trac 1.4.3 anonymous Sun, 04 Dec 2011 17:43:46 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6206#comment:1 https://svn.boost.org/trac10/ticket/6206#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This was fixed in trunk in <a class="changeset" href="https://svn.boost.org/trac10/changeset/75543" title="Fix link problems in timer and pool.">[75543]</a>, and on the website in <a class="changeset" href="https://svn.boost.org/trac10/changeset/75706" title="Website: Fix pool links.">[75706]</a>. </p> Ticket