diff --git a/Dev.md b/Dev.md index 6fd3ad1..81df5c0 100644 --- a/Dev.md +++ b/Dev.md @@ -7,7 +7,7 @@ Views into the process of Tahoe-LAFS hackery. ## Community * [/../../cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe-LAFS design, implementation, and usage. - * Tahoe hackers chat on [irc.freenode.net in channel #tahoe-lafs]irc://irc.freenode.net/%23tahoe. + * Tahoe-LAFS hackers chat on [irc.freenode.net in channel #tahoe-lafs]irc://irc.freenode.net/%23tahoe-lafs. * [The CREDITS file]source:CREDITS contains names people who have contributed to the Tahoe-LAFS project. * [The [RelatedProjects](RelatedProjects) page](RelatedProjects) has extensions to Tahoe-LAFS and integrations of Tahoe-LAFS with other open source software. @@ -19,10 +19,10 @@ Views into the process of Tahoe-LAFS hackery. ## Developer Docs * [the docs/ directory]source:docs/ <-- most core doc is in the source tree here - * [Capabilities](Capabilities): help to clear up confusion about readcaps and writecaps and verifycaps, etc + * [Capabilities](Capabilities): what are readcaps and writecaps and verifycaps, etc * [How to review patches](PatchReviewProcess) <-- You can help! - * [How to Submit Patches](Patches) - * [CodingStandards](CodingStandards) + * [How to submit patches](Patches) + * [How to write code](CodingStandards) * [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe-LAFS to users. * [OneHundredYearCryptography](OneHundredYearCryptography)