Skip to content

Commit c0a63e5

Browse files
committed
Corrected Mis-Formatted Reference Links
The in-line style was breaking link display on the website.
1 parent 358c331 commit c0a63e5

File tree

1 file changed

+5
-5
lines changed
  • exercises/concept/card-games/.docs

1 file changed

+5
-5
lines changed

exercises/concept/card-games/.docs/hints.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
- Python provides a wide range of [ways to modify `lists`][ways to modify `lists`].
4242

4343

44-
[common sequence operations](https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range)
45-
[constructed](https://docs.python.org/3/library/stdtypes.html#list)
46-
[iterate over a list in python](https://www.geeksforgeeks.org/iterate-over-a-list-in-python/)
47-
[return](https://www.w3schools.com/python/ref_keyword_return.asp)
48-
[ways to modify `lists`](https://realpython.com/python-lists-tuples/#lists-are-mutable)
44+
[common sequence operations]: https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range
45+
[constructed]: https://docs.python.org/3/library/stdtypes.html#list
46+
[iterate over a list in python]: https://www.geeksforgeeks.org/iterate-over-a-list-in-python/
47+
[return]: https://www.w3schools.com/python/ref_keyword_return.asp
48+
[ways to modify `lists`]: https://realpython.com/python-lists-tuples/#lists-are-mutable

0 commit comments

Comments
 (0)