Skip to content

Commit

Permalink
Make latest links work with relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Mar 28, 2023
1 parent 0635ddd commit f3ba3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths/index/components/commits/LatestItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default class LatestItem extends LitElement {
<span>
<a
class="workflow-artifact-link"
href="/download/${this.repository}/${this.branch}/${artifact.artifact_name}"
href="download/${this.repository}/${this.branch}/${artifact.artifact_name}"
target="_blank"
>
${artifact.artifact_name}
Expand Down

0 comments on commit f3ba3c2

Please sign in to comment.