aboutsummaryrefslogtreecommitdiff
path: root/captain/web.f90
diff options
context:
space:
mode:
Diffstat (limited to 'captain/web.f90')
-rw-r--r--captain/web.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/web.f90 b/captain/web.f90
index 3b94379..b377751 100644
--- a/captain/web.f90
+++ b/captain/web.f90
@@ -844,7 +844,7 @@ contains
releases => get_job_uploads_by_category_db(job_id, "releases")
do i = 1, size(releases)
- one_link => html_link("/releases/"//trim(releases(i)), &
+ one_link => html_link("../releases/"//trim(releases(i)), &
trim(releases(i)))
res = trim(res)//nl//" <li>"//trim(one_link)//"</li>"