Skip to content

Commit 2a69f42

Browse files
authored
fixed broken links in summary doc. (#3870)
1 parent 97d715e commit 2a69f42

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

exercises/practice/reverse-string/.approaches/introduction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ For other scenarios, converting the intput text to a `list`, swapping or iterati
160160

161161
To compare performance of these approach groups, see the [Performance article][article-performance].
162162

163-
[approach-additional-approaches]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/additional-approaches
164-
[approach-backward-iteration-with-range]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/backward-iteration-with-range
165-
[approach-built-in-list-reverse]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/built-in-list-reverse
166-
[approach-built-in-reversed]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/built-in-reversed
167-
[approach-iteration-and-concatenation]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/iteration-and-concatenation
168-
[approach-list-and-join]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/list-and-join
169-
[approach-sequence-slicing]: https://exercism.org/tracks/python/exercises/reverse-string/.approaches/sequence-slicing
163+
[approach-additional-approaches]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/additional-approaches
164+
[approach-backward-iteration-with-range]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/backward-iteration-with-range
165+
[approach-built-in-list-reverse]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/built-in-list-reverse
166+
[approach-built-in-reversed]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/built-in-reversed
167+
[approach-iteration-and-concatenation]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/iteration-and-concatenation
168+
[approach-list-and-join]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/list-and-join
169+
[approach-sequence-slicing]: https://exercism.org/tracks/python/exercises/reverse-string/approaches/sequence-slicing
170170
[article-performance]: https://exercism.org/tracks/python/exercises/reverse-string/articles/performance
171171
[range]: https://docs.python.org/3/library/stdtypes.html#range

0 commit comments

Comments
 (0)