diff options
Diffstat (limited to 'doc/invocations-http-server/templates/macros.html')
-rw-r--r-- | doc/invocations-http-server/templates/macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/invocations-http-server/templates/macros.html b/doc/invocations-http-server/templates/macros.html index 898a422a..fc988fc4 100644 --- a/doc/invocations-http-server/templates/macros.html +++ b/doc/invocations-http-server/templates/macros.html @@ -61,7 +61,7 @@ {% if action["artifacts"].get(out) %} <li> <a href="/blob/{{ action["artifacts"].get(out) | e}}"><tt>{{ out | e }}</tt></a> - <a href="/blob/{{ action["artifacts"].get(out) | e}}/{{ out | e}}"><tt>[↓]</tt></a> + <a href="/blob/{{ action["artifacts"].get(out) | e}}/{{ action["basenames"].get(out) | e}}"><tt>[↓]</tt></a> </li> {% else %} <li> <tt>{{ out | e }}</tt></li> |