Skip to content

Commit 63cbe2b

Browse files
authored
[Tuples]: Fix Bad Links in About.md (exercism#3625)
Multiple links were pointed at the deprecated V3 repo instead of the Python docs.
1 parent 67b3757 commit 63cbe2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

concepts/tuples/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ Additionally, users can adapt a [`dataclass`][dataclass] to provide similar name
219219
[common sequence operations]: https://docs.python.org/3/library/stdtypes.html#common-sequence-operations
220220
[dataclass pros and cons]: https://stackoverflow.com/questions/51671699/data-classes-vs-typing-namedtuple-primary-use-cases
221221
[dataclass]: https://docs.python.org/3/library/dataclasses.html
222-
[dict]: https://github.com/exercism/v3/blob/master/languages/python/reference/concepts/builtin_types/dict.md
222+
[dict]: https://docs.python.org/3/library/stdtypes.html#mapping-types-dict
223223
[hashability]: https://docs.python.org/3/glossary.html#hashable
224-
[list]: https://github.com/exercism/v3/blob/master/languages/python/reference/concepts/builtin_types/list.md
224+
[list]: https://docs.python.org/3/library/stdtypes.html#list
225225
[mutable sequence operations]: https://docs.python.org/3/library/stdtypes.html#mutable-sequence-types
226226
[namedtuple]: https://docs.python.org/3/library/collections.html#collections.namedtuple
227227
[sequence]: https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range

0 commit comments

Comments
 (0)