Skip to content

Commit a79bd3a

Browse files
Merge pull request #5 from lovoo/feature/fix-single-build-url
Fix single build url
2 parents 5e72673 + 148386e commit a79bd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SingleBuildStatus.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class SingleBuildStatus extends Component {
6969
{progressDiv}
7070
<div className="bitrise__job-status__current">
7171
Build #{currentBuild.build_number}<br />
72-
<a className="bitrise__job-status__current__status" href={`https://www.bitrise.io/build/${currentBuild.slug}`}>
72+
<a className="bitrise__job-status__current__status" href={`https://app.bitrise.io/build/${currentBuild.slug}`}>
7373
{title}&nbsp;<br />
7474
<i className={iconClass} />&nbsp;
7575
</a>

0 commit comments

Comments
 (0)