Skip to content

Commit

Permalink
FIx link
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Oct 14, 2023
1 parent 506bca3 commit c992b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function updateVersionInfo() {
// hash differ > Update available
updateComponentAvailable = true;
// link to the commit history instead of release page
v.url = v.url.replace("releases", "commits" + v.branch);
v.url = v.url.replace("releases", "commits/" + v.branch);
}
}
}
Expand Down

0 comments on commit c992b00

Please sign in to comment.