fixed broken link to wapi.txt

[Imported from Trac: page Extensions, version 8]
toby.murray 2009-01-14 11:12:39 +00:00
parent 47e6fc174e
commit 037cf2570d

@ -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