Skip to content

Commit 9967c45

Browse files
Update telemetry.jl
1 parent 907530d commit 9967c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolveAutotune/src/telemetry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ function upload_to_github(content::String, plot_files, auth_info::Tuple,
483483
if issue_url !== nothing
484484
@info "✅ Successfully added benchmark results to issue: $issue_url"
485485
@info "🔗 Your benchmark data has been shared with the LinearSolve.jl community!"
486-
@info "💡 View all community benchmark data: https://github.com/SciML/LinearSolve.jl/issues/669"
486+
@info "💡 View all community benchmark data: https://github.com/SciML/LinearSolve.jl/issues/725"
487487
else
488488
error("Failed to add comment to GitHub issue")
489489
end

0 commit comments

Comments
 (0)