Web: Redirect doxyoutput, coverage- and cpd report to devinfo directory

This commit is contained in:
Tim Gerundt 2011-07-02 17:21:34 +02:00
parent 3f4cc5fa3a
commit 6800f801c6
2 changed files with 11 additions and 5 deletions

View File

@ -21,4 +21,10 @@ AddType image/vnd.microsoft.icon .ico
</IfModule>
#Redirect "devinfo.html" to the new place...
Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/
Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/
#Redirect doxyoutput, coverage- and cpd report to the new place...
Redirect permanent /doxyoutput/ http://cppcheck.sourceforge.net/devinfo/doxyoutput/
Redirect permanent /doxygen-errors.txt http://cppcheck.sourceforge.net/devinfo/doxygen-errors.txt
Redirect permanent /coverage_report/ http://cppcheck.sourceforge.net/devinfo/coverage_report/
Redirect permanent /cpd.txt http://cppcheck.sourceforge.net/devinfo/cpd.txt

View File

@ -83,13 +83,13 @@ the latest sources in a zip or tgz archive</a> from the github website.</p>
<p><a href="http://sourceforge.net/apps/phpbb/cppcheck/search.php?st=0&amp;search_id=active_topics">View all active topics&hellip;</a></p>
<h2>Doxygen</h2>
<ul>
<li><a href="/doxyoutput/">Output</a></li>
<li><a href="/doxygen-errors.txt">Errors</a></li>
<li><a href="doxyoutput/">Output</a></li>
<li><a href="doxygen-errors.txt">Errors</a></li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="/coverage_report/">Coverage report</a></li>
<li><a href="/cpd.txt">CPD report (duplicate code)</a></li>
<li><a href="coverage_report/">Coverage report</a></li>
<li><a href="cpd.txt">CPD report (duplicate code)</a></li>
</ul>
</div> <!-- .wrap -->
</div> <!-- #content -->