replace all source:trunk/foo and source:foo with source:git/foo

[Imported from Trac: page Doc, version 105]
zooko 2012-09-28 03:18:55 +00:00
parent 54da06aec8
commit 5070244cfb

18
Doc.md

@ -6,9 +6,9 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See
## First Steps ## First Steps
* [about]source:docs/about.rst: the Tahoe-LAFS filesystem and the unique properties that it offers * [about]source:git/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 * [quickstart]source:git/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 * [running]source:git/docs/running.rst: how to run it once it is set up
## User Docs, on the wiki ## 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 * [Capabilities](Capabilities) what are capabilities; the different kinds that we currently use
## User Docs, in source code ## 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 * [configuration]source:git/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 * [architecture]source:git/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 * [Command Line Interface]source:git/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 * [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 ## Developer Docs