Skip to content

Commit

Permalink
Update the YourKit download link
Browse files Browse the repository at this point in the history
The YourKit download links changed upstream. This PR updates to the new URL pattern.

Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa committed May 24, 2022
1 parent da9e82d commit be19f20
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 be19f20

Please sign in to comment.