diff --git a/split-strings/README.md b/split-strings/README.md index 2be180a519..3e90c20d07 100644 --- a/split-strings/README.md +++ b/split-strings/README.md @@ -1,3 +1,3 @@ # How to Split a String in Python -This folder provides the code examples for the Real Python tutorial [How to Split a String in Python](https://realpython.com/python-string-split-concatenate-join/). +This folder provides the code examples for the Real Python tutorial [How to Split a String in Python](https://realpython.com/python-split-string/).