aboutsummaryrefslogtreecommitdiff
path: root/acid.go
diff options
context:
space:
mode:
Diffstat (limited to 'acid.go')
-rw-r--r--acid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/acid.go b/acid.go
index 2f676d2..007358a 100644
--- a/acid.go
+++ b/acid.go
@@ -183,7 +183,7 @@ var templateTask = template.Must(template.New("tasks").Parse(`
{{end}}
</head>
<body>
-<h1><a href="/">Tasks</a> &raquo; {{.ID}}</h1>
+<h1><a href="..">Tasks</a> &raquo; {{.ID}}</h1>
<dl>
<dt>Project</dt>
<dd><a href="{{.RepoURL}}">{{.FullName}}</a></dd>