update description of link to lines-uncovered graph

[Imported from Trac: page Dev, version 60]
zooko 2008-12-05 16:05:28 +00:00
parent db22aae996
commit 15923028f8

2
Dev.md

@ -28,7 +28,7 @@ Views into the process of Tahoe hackery.
* [The darcs patch browser](http://allmydata.org/darcs.cgi/tahoe/?c=browse) allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?". * [The darcs patch browser](http://allmydata.org/darcs.cgi/tahoe/?c=browse) allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?".
* [/../../tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests. * [/../../tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests.
* [/../../tahoe-figleaf Archived data] is also available. * [/../../tahoe-figleaf Archived data] is also available.
* [/../../tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This one] measures the number of lines that are **not** covered, which gives better resolution than the percentage-wise graph. * [/../../tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This graph] measures the number of lines that are **not** covered.
* [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users. * [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users.
* [How to Submit Patches](Patches) * [How to Submit Patches](Patches)