aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/category_update.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/category_update.go')
-rw-r--r--ui/category_update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/category_update.go b/ui/category_update.go
index 026f991..591063a 100644
--- a/ui/category_update.go
+++ b/ui/category_update.go
@@ -66,5 +66,5 @@ func (h *handler) updateCategory(w http.ResponseWriter, r *http.Request) {
return
}
- html.Redirect(w, r, route.Path(h.router, "categories"))
+ html.Redirect(w, r, route.Path(h.router, "categoryFeeds", "categoryID", categoryID))
}