Skip to content

Commit f7a808d

Browse files
authored
Update content.md (#1606)
Fix typo for link to bit-shifting approach in performance article.
1 parent b6a93f6 commit f7a808d

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/grains/.articles/performance

1 file changed

+1
-1
lines changed

exercises/practice/grains/.articles/performance/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ and benched much slower than the two main approaches.
5252

5353
[approaches]: https://exercism.org/tracks/rust/exercises/grains/approaches
5454
[approach-pow]: https://exercism.org/tracks/rust/exercises/grains/approaches/pow
55-
[approach-bit-shifting]: https://exercism.org/rust/csharp/exercises/grains/approaches/bit-shifting
55+
[approach-bit-shifting]: https://exercism.org/tracks/rust/exercises/grains/approaches/bit-shifting
5656
[benchmark-application]: https://github.com/exercism/rust/blob/main/exercises/practice/grains/.articles/performance/code/main.rs

0 commit comments

Comments
 (0)