diff --git a/Doc.md b/Doc.md index 18a2d6e..9aff5ba 100644 --- a/Doc.md +++ b/Doc.md @@ -17,6 +17,6 @@ * [TahoeIssues](TahoeIssues)/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff ## Outstanding Issues - * [TahoeIssues](TahoeIssues)/PeerSelection, explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) + * [PeerSelection](PeerSelection), explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) * [TahoeIssues](TahoeIssues)/ChangingFilesWhileCopyingThem : what are the semantics of the "upload" action? the upload takes non-zero time: what happens if the file is changed during that time?