Skip to content

Commit a6560a8

Browse files
Update LinearSolveAutotune.jl
1 parent 9967c45 commit a6560a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/LinearSolveAutotune/src/LinearSolveAutotune.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function Base.show(io::IO, results::AutotuneResults)
118118
println(io, " eltypes = (Float32, Float64, ComplexF32, ComplexF64)")
119119
println(io, " )")
120120
println(io, "\n📈 See community results at:")
121-
println(io, " https://github.com/SciML/LinearSolve.jl/issues/669")
121+
println(io, " https://github.com/SciML/LinearSolve.jl/issues/725")
122122
println(io, "\n💡 To share your results with the community, run:")
123123
println(io, " share_results(results)")
124124
println(io, "="^60)
@@ -398,7 +398,7 @@ function share_results(results::AutotuneResults; auto_login::Bool = true)
398398
end
399399
@info "📁 Results saved locally to $fallback_file"
400400
@info " You can manually share this file on the issue tracker:"
401-
@info " https://github.com/SciML/LinearSolve.jl/issues/669"
401+
@info " https://github.com/SciML/LinearSolve.jl/issues/725"
402402
return
403403
end
404404

0 commit comments

Comments
 (0)