Skip to content

Commit 79f15b4

Browse files
committed
fix <a href> where {{ repository }} should have been used
1 parent 19f42a4 commit 79f15b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/badge-bitbucket-pipelines.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://bitbucket.org/delan/nonymous/addon/pipelines/home#!/results/branch/{{ branch }}/page/1">
1+
<a href="https://bitbucket.org/{{ repository }}/addon/pipelines/home#!/results/branch/{{ branch }}/page/1">
22
<img
33
src="https://img.shields.io/bitbucket/pipelines/{{ repository }}/{{ branch }}"
44
alt="{{ text }}"

0 commit comments

Comments
 (0)