diff --git a/scripts/rename-links.py b/scripts/flatten_md_link_paths.py similarity index 93% rename from scripts/rename-links.py rename to scripts/flatten_md_link_paths.py index 01eaaed..e121e48 100644 --- a/scripts/rename-links.py +++ b/scripts/flatten_md_link_paths.py @@ -1,3 +1,5 @@ +# Flatten markdown links such that depth is reduced to /link.md + import os import re