Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 68fa629

Browse files
authored
Merge pull request #32 from JuliaLang/KristofferC-patch-1
fix link to LinearAlgebra
2 parents a4c76e7 + 378b441 commit 68fa629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sparse matrix solvers call functions from [SuiteSparse](http://suitesparse.com).
1414

1515
Other solvers such as [Pardiso.jl](https://github.com/JuliaSparse/Pardiso.jl/) are as external packages. [Arpack.jl](https://julialinearalgebra.github.io/Arpack.jl/stable/) provides `eigs` and `svds` for iterative solution of eigensystems and singular value decompositions.
1616

17-
These factorizations are described in the [`Linear Algebra`](@ref man-linalg) section of the manual:
17+
These factorizations are described in the [`Linear Algebra`](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/) section of the manual:
1818
1. [`cholesky`](@ref)
1919
2. [`ldlt`](@ref)
2020
3. [`lu`](@ref)

0 commit comments

Comments
 (0)