We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0635ddd commit f3ba3c2Copy full SHA for f3ba3c2
src/paths/index/components/commits/LatestItem.js
@@ -155,7 +155,7 @@ export default class LatestItem extends LitElement {
155
<span>
156
<a
157
class="workflow-artifact-link"
158
- href="/download/${this.repository}/${this.branch}/${artifact.artifact_name}"
+ href="download/${this.repository}/${this.branch}/${artifact.artifact_name}"
159
target="_blank"
160
>
161
${artifact.artifact_name}
0 commit comments