From e8ecff2cc4aac0742d26a14bc9955d49965ea26c Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 13 Feb 2024 16:08:48 +0100 Subject: [PATCH] Update ArnoldiMethod.jl link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5f475..995b32d 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ julia> Pkg.add("Arpack") # Alternate packages -Users running into issues with this package may want to try [KrylovKit.jl](https://github.com/Jutho/KrylovKit.jl) or [ArnoldiMethod.jl](https://github.com/haampie/ArnoldiMethod.jl). +Users running into issues with this package may want to try [KrylovKit.jl](https://github.com/Jutho/KrylovKit.jl) or [ArnoldiMethod.jl](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl).