From 5070244cfb831aabfd9a744f2a88d4557b117afc Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 28 Sep 2012 03:18:55 +0000 Subject: [PATCH] replace all source:trunk/foo and source:foo with source:git/foo [Imported from Trac: page Doc, version 105] --- Doc.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Doc.md b/Doc.md index 3631fca..546057a 100644 --- a/Doc.md +++ b/Doc.md @@ -6,9 +6,9 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See ## First Steps - * [about]source:docs/about.rst: the Tahoe-LAFS filesystem and the unique properties that it offers - * [quickstart]source:docs/quickstart.rst: how to get the software and set it up - * [running]source:docs/running.rst: how to run it once it is set up + * [about]source:git/docs/about.rst: the Tahoe-LAFS filesystem and the unique properties that it offers + * [quickstart]source:git/docs/quickstart.rst: how to get the software and set it up + * [running]source:git/docs/running.rst: how to run it once it is set up ## User Docs, on the wiki @@ -27,14 +27,14 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See * [Capabilities](Capabilities) what are capabilities; the different kinds that we currently use ## User Docs, in source code - * [the 'docs' directory]source:docs/ + * [the 'docs' directory]source:git/docs/ - * [configuration]source:trunk/docs/configuration.rst: a description of the contents of your ".tahoe" directory - * [architecture]source:trunk/docs/architecture.rst: a succinct overview of the whole system - * [Command Line Interface]source:trunk/docs/frontends/CLI.rst: the basic "how to" for the CLI - * [Web API]source:trunk/docs/frontends/webapi.rst: the basic "how to" for the WAPI + * [configuration]source:git/docs/configuration.rst: a description of the contents of your ".tahoe" directory + * [architecture]source:git/docs/architecture.rst: a succinct overview of the whole system + * [Command Line Interface]source:git/docs/frontends/CLI.rst: the basic "how to" for the CLI + * [Web API]source:git/docs/frontends/webapi.rst: the basic "how to" for the WAPI - * [Known Issues]source:docs/known_issues.rst: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data. + * [Known Issues]source:git/docs/known_issues.rst: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data. ## Developer Docs