File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ function ProjectComparator() {
113
113
< p data-testid = "commits-analysis" >
114
114
Analysis of commits{ " " }
115
115
< a
116
- href = { `https://github.com /${ org } /${ repo } /commit/${ currentData . repo . commit } ` }
116
+ href = { `https://${ platform } /${ org } /${ repo } /commit/${ currentData . repo . commit } ` }
117
117
target = "_blank"
118
118
rel = "noreferrer"
119
119
>
120
120
{ `(${ currentData . repo . commit . substring ( 0 , 8 ) } )` }
121
121
</ a > { " " }
122
122
and{ " " }
123
123
< a
124
- href = { `https://github.com /${ org } /${ repo } /commit/${ previousData . repo . commit } ` }
124
+ href = { `https://${ platform } /${ org } /${ repo } /commit/${ previousData . repo . commit } ` }
125
125
target = "_blank"
126
126
rel = "noreferrer"
127
127
>
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function ProjectDetails() {
54
54
< p data-testid = "current-commit" >
55
55
Current commit{ " " }
56
56
< a
57
- href = { `https://github.com /${ org } /${ repo } /commit/${ data . repo . commit } ` }
57
+ href = { `https://${ platform } /${ org } /${ repo } /commit/${ data . repo . commit } ` }
58
58
target = "_blank"
59
59
rel = "noreferrer"
60
60
>
You can’t perform that action at this time.
0 commit comments