From 037cf2570df77992f744e84a31d180a6f49c2453 Mon Sep 17 00:00:00 2001 From: "toby.murray" <> Date: Wed, 14 Jan 2009 11:12:39 +0000 Subject: [PATCH] fixed broken link to wapi.txt [Imported from Trac: page Extensions, version 8] --- Extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions.md b/Extensions.md index f009d9a..b1b36e5 100644 --- a/Extensions.md +++ b/Extensions.md @@ -3,7 +3,7 @@ Tahoe has a programmatic API which enables building custom applications on top of the storage infrastructure. This RESTful interface uses HTTP, so extensions can be implemented as separate processes across a network. - * The [/trac/tahoe/browser/docs/webapi.txt webapi.txt] document shows how to control a Tahoe node programmatically. + * The [wapi.txt]source:/docs/frontends/wapi.txt document shows how to control a Tahoe node programmatically. ## Extension Projects