diff --git a/src/html_categories.py b/src/html_categories.py
index c189a2a..139386e 100755
--- a/src/html_categories.py
+++ b/src/html_categories.py
@@ -15,7 +15,7 @@ def process(affected=None, per_page=60):
arr.append((cid, cat))
if affected and cid not in affected:
continue
- pre = HTML.h2(HTML.a_path([(parent, '../')], cat))
+ pre = HTML.h2(HTML.a_path([(parent, '..')], cat))
_, a = HTML.write_app_pages(mylib.path_add(base, cid), apps, cat,
per_page, pre=pre)
print(' {} ({})'.format(cat, a))