diff --git a/Dev.md b/Dev.md index e6db074..a9418f1 100644 --- a/Dev.md +++ b/Dev.md @@ -9,7 +9,7 @@ Views into the process of Tahoe hackery. ## Community - * [/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage. + * [/../../cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage. * Tahoe hackers chat on irc.freenode.net. For historical reasons, we tend to gather in channel #mnet. * [The CREDITS file]source:CREDITS contains names people who have contributed to the Tahoe project. @@ -26,10 +26,10 @@ Views into the process of Tahoe hackery. * The Buildbot page (linked at the top of each page) shows current build and test results. * The Timeline (linked at the top of each page) shows changes to the source code, the issue tickets, and the wiki (i.e. this web site). * [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 Archived data] is also available. - * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf.html This graph] shows how code coverage has changed over time, measuring what percentage of the [allmydata]source:src/allmydata codebase is covered. - * [/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/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-graph/hanford.allmydata.com-tahoe_figleaf.html This graph] shows how code coverage has changed over time, measuring what percentage of the [allmydata]source:src/allmydata codebase is covered. + * [/../../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. * [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) @@ -45,4 +45,4 @@ Views into the process of Tahoe hackery. * [The [RelatedProjects](RelatedProjects) page](RelatedProjects) contains links to a few other decentralized storage projects that you might be interested in. ## Related Projects - * [/cgi-bin/mailman/listinfo/zfec-dev The zfec-dev mailing list] is specifically about the [zfec library](http://pypi.python.org/pypi/zfec). + * [/../../cgi-bin/mailman/listinfo/zfec-dev The zfec-dev mailing list] is specifically about the [zfec library](http://pypi.python.org/pypi/zfec).