fix all relative links on this page

[Imported from Trac: page Dev, version 50]
zooko 2008-03-13 16:20:37 +00:00
parent bb16a3bd21
commit b26975dbfb

12
Dev.md

@ -9,7 +9,7 @@ Views into the process of Tahoe hackery.
## Community ## 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. * 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. * [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 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 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?". * [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_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_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-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. * [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)
@ -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. * [The [RelatedProjects](RelatedProjects) page](RelatedProjects) contains links to a few other decentralized storage projects that you might be interested in.
## Related Projects ## 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).