Skip to content

Commit

Permalink
Merge pull request #696 from paketo-buildpacks/yourkit-fix
Browse files Browse the repository at this point in the history
Update the YourKit download link
  • Loading branch information
Daniel Mikusa authored May 24, 2022
2 parents da9e82d + be19f20 commit 477608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/yourkit-dependency/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
v := fmt.Sprintf("%s.%s.%s", p[1], p[2], p[3])

versions[v] = fmt.Sprintf(
"https://www.yourkit.com/download/YourKit-JavaProfiler-%s.%s-b%s-docker.zip", p[1], p[2], p[3])
"https://download.yourkit.com/yjp/2022.3/YourKit-JavaProfiler-%s.%s-b%s.zip", p[1], p[2], p[3])
}
})

Expand Down

0 comments on commit 477608b

Please sign in to comment.