diff --git a/scripts/updateReadmeLinks.py b/scripts/updateReadmeLinks.py index f3d59859f..3901a7938 100755 --- a/scripts/updateReadmeLinks.py +++ b/scripts/updateReadmeLinks.py @@ -46,5 +46,5 @@ def check_readme_links(): readme.write(new_readme_content) print("README.md links updated.") else: - print("README.md links should be updated. (Use the scripts/updateReadmeLinks.py script)") + print("README.md links should be updated. (Run ./scripts/updateReadmeLinks.py to fix them)") sys.exit(1)