Skip to content

Commit f3ba3c2

Browse files
committed
Make latest links work with relative paths
1 parent 0635ddd commit f3ba3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paths/index/components/commits/LatestItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default class LatestItem extends LitElement {
155155
<span>
156156
<a
157157
class="workflow-artifact-link"
158-
href="/download/${this.repository}/${this.branch}/${artifact.artifact_name}"
158+
href="download/${this.repository}/${this.branch}/${artifact.artifact_name}"
159159
target="_blank"
160160
>
161161
${artifact.artifact_name}

0 commit comments

Comments
 (0)