Skip to content

Commit d6dad30

Browse files
committed
fix a broken link in docs
1 parent 313a04f commit d6dad30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DocTestSetup = :(using SparseArrays, LinearAlgebra)
1111
Julia has support for sparse vectors and [sparse matrices](https://en.wikipedia.org/wiki/Sparse_matrix)
1212
in the `SparseArrays` stdlib module. Sparse arrays are arrays that contain enough zeros that storing them in a special data structure leads to savings in space and execution time, compared to dense arrays.
1313

14-
External packages which implement different sparse storage types, multidimensional sparse arrays, and more can be found in [Noteworthy External Sparse Packages](@ref)
14+
External packages which implement different sparse storage types, multidimensional sparse arrays, and more can be found in [Noteworthy External Sparse Packages](@ref ext-pkg)
1515

1616
## [Compressed Sparse Column (CSC) Sparse Matrix Storage](@id man-csc)
1717

@@ -265,7 +265,7 @@ SparseArrays.ftranspose!
265265
DocTestSetup = nothing
266266
```
267267

268-
# Noteworthy External Sparse Packages
268+
# [Noteworthy External Sparse Packages](@id ext-pkg)
269269

270270
Several other Julia packages provide sparse matrix implementations that should be mentioned:
271271

0 commit comments

Comments
 (0)