Skip to content

Commit a00ff78

Browse files
fix broken links (#588)
1 parent dac3bd1 commit a00ff78

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[ex-crossbeam-spawn]: concurrency/threads.html#spawn-a-short-lived-thread
1919
[ex-crossbeam-spsc]: concurrency/threads.html#pass-data-between-two-threads
2020
[ex-global-mut-state]: concurrency/threads.html#maintain-global-mutable-state
21-
[ex-threadpool-walk]: concurrency/threads.html#calculate-sha1-sum-of-iso-files-concurrently
21+
[ex-threadpool-walk]: concurrency/threads.html#calculate-sha256-sum-of-iso-files-concurrently
2222
[ex-threadpool-fractal]: concurrency/threads.html#draw-fractal-dispatching-work-to-a-thread-pool
2323
[ex-rayon-iter-mut]: concurrency/parallel.html#mutate-the-elements-of-an-array-in-parallel
2424
[ex-rayon-any-all]: concurrency/parallel.html#test-in-parallel-if-any-or-all-elements-of-a-collection-match-a-given-predicate

src/science/mathematics.md

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

33
| Recipe | Crates | Categories |
44
|--------|--------|------------|
5-
| [Vector Sum][vector-sum] | [![ndarray-badge]][ndarray] | [![cat-science-badge]][cat-science] |
65
| [Vector Norm][vector-norm] | [![ndarray-badge]][ndarray] | [![cat-science-badge]][cat-science] |
76
| [Adding matrices][add-matrices] | [![ndarray-badge]][ndarray] | [![cat-science-badge]][cat-science] |
87
| [Multiplying matrices][multiply-matrices] | [![ndarray-badge]][ndarray] | [![cat-science-badge]][cat-science] |
@@ -18,7 +17,6 @@
1817
| [Computing standard deviation][ex-standard-deviation] | [![std-badge]][std] | [![cat-science-badge]][cat-science] |
1918
| [Big integers][big-integers] | [![num-badge]][num] | [![cat-science-badge]][cat-science] |
2019

21-
[vector-sum]: science/mathematics/linear_algebra.html#vector-sum
2220
[vector-norm]: science/mathematics/linear_algebra.html#vector-norm
2321
[add-matrices]: science/mathematics/linear_algebra.html#adding-matrices
2422
[multiply-matrices]: science/mathematics/linear_algebra.html#multiplying-matrices

0 commit comments

Comments
 (0)