From 81b07b831469569ca3022cfdcaf432f68485085a Mon Sep 17 00:00:00 2001 From: warner <> Date: Thu, 9 Aug 2007 20:24:35 +0000 Subject: [PATCH] rename old 'TahoeIssues/*' pages to remove prefix [Imported from Trac: page Doc, version 12] --- Doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc.md b/Doc.md index 15ea3f6..6d30596 100644 --- a/Doc.md +++ b/Doc.md @@ -13,10 +13,10 @@ * [the release notes]source:relnotes.txt@864 announcing the third public release on June 29, 2007, including the new mutable, shareable, private directories ## Detailed Design Docs - * [TahoeIssues](TahoeIssues)/FileEncoding, explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. - * [TahoeIssues](TahoeIssues)/ShareEncoding, explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff + * [FileEncoding](FileEncoding), explaining how we turn files into shares, with verifiable hashes; This is mostly concerned with chunking and Merkle trees. + * [ShareEncoding](ShareEncoding), explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff ## Outstanding Issues * [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 + * [ChangingFilesWhileCopyingThem](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?