Skip to content

Commit 4ce3c17

Browse files
authored
how-to guides link on card (#726)
1 parent 2910b3f commit 4ce3c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hide:
66

77
# Sparse
88
This project implements sparse arrays of arbitrary dimension on top of
9-
[numpy][] and
9+
[`numpy`][] and
1010
[`scipy.sparse`][]. It generalizes the
1111
[`scipy.sparse.coo_matrix`][] and
1212
[`scipy.sparse.dok_matrix`][] layouts, but
@@ -30,7 +30,7 @@ dimensions.
3030
{ .card }
3131

3232
![Sparse](./assets/images/check-list-icon.png){width=10%, align=left}
33-
<a href="construct/" class="card">How-to guides</a>
33+
<a href="how-to-guides/" class="card">How-to guides</a>
3434
{ .card }
3535

3636
![Sparse](./assets/images/repair-fix-repairing-icon.png){width=10%, align=left}

0 commit comments

Comments
 (0)