Web: Redirect doxyoutput, coverage- and cpd report to devinfo directory
This commit is contained in:
parent
3f4cc5fa3a
commit
6800f801c6
|
@ -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
|
|
@ -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&search_id=active_topics">View all active topics…</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 -->
|
||||
|
|
Loading…
Reference in New Issue