From f12a737ecf785e2b2362e576ca26b5de82c6617f Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 15 Aug 2007 18:29:53 +0000 Subject: [PATCH] fix link to report on tickets for release [Imported from Trac: page Dev, version 28] --- Dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index 79d63b6..1e6059b 100644 --- a/Dev.md +++ b/Dev.md @@ -12,7 +12,7 @@ Views into the process of Tahoe hackery. * [The Doc page](Doc) contains extensive documentation, which is very useful guide for hacking. See especially the **webapi.txt** document, which shows how to control a Tahoe node programmatically. - * [The tickets to be fixed](http://allmydata.org/trac/tahoe/query?status=new&status=assigned&status=reopened&groupdesc=1&group=priority&component=code&milestone=0.5.0&order=priority) for the v0.5 release. + * [The tickets to be done](http://allmydata.org/trac/tahoe/query?status=new&status=assigned&status=reopened&groupdesc=1&group=priority&milestone=0.5.0&order=priority) for the v0.5 release. ## More Good Stuff For Hackers