Skip to content

Commit

Permalink
Corrected Mis-Formatted Reference Links
Browse files Browse the repository at this point in the history
The in-line style was breaking link display on the website.
  • Loading branch information
BethanyG committed Mar 16, 2022
1 parent 358c331 commit c0a63e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exercises/concept/card-games/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
- Python provides a wide range of [ways to modify `lists`][ways to modify `lists`].


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

0 comments on commit c0a63e5

Please sign in to comment.