Skip to content

Commit da351ae

Browse files
authored
Fixed broken link in grains performance doc (#3822)
1 parent 102bfb7 commit da351ae

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
@@ -37,7 +37,7 @@ pow square 64: 5.738279999932274e-07
3737
Using `if number not in range(1, 65):` was over `125` nanoseconds longer than using `if number < 1 or number > 64:` for all approaches.
3838

3939
[approaches]: https://exercism.org/tracks/python/exercises/grains/approaches
40-
[approach-bit-shifting]: https://exercism.org/python/csharp/exercises/grains/approaches/bit-shifting
40+
[approach-bit-shifting]: https://exercism.org/tracks/python/exercises/grains/approaches/bit-shifting
4141
[approach-pow]: https://exercism.org/tracks/python/exercises/grains/approaches/pow
4242
[approach-exponentiation]: https://exercism.org/tracks/python/exercises/grains/approaches/exponentiation
4343
[benchmark-application]: https://github.com/exercism/python/blob/main/exercises/practice/grains/.articles/performance/code/Benchmark.py

0 commit comments

Comments
 (0)