diff --git a/scripts/map.py b/scripts/map.py index d96b207..87c338a 100644 --- a/scripts/map.py +++ b/scripts/map.py @@ -30,7 +30,7 @@ def getFilesContaining(filename): prev = split entry = item # entry = f"{item} ({datetime.utcfromtimestamp(ts).strftime('%d/%m/%Y %H:%M:%S')} UTC)" - content += f"- [{entry}](https://gitdocumentatie.logius.nl/publicatie/{entry}) [:scroll:](https://logius-standaarden.github.io/publicatie/{entry} "Preview op GitHub Pages")\n" + content += f"- [{entry}](https://gitdocumentatie.logius.nl/publicatie/{entry}) [:scroll:](https://logius-standaarden.github.io/publicatie/{entry} \"Preview op GitHub Pages\")\n" print(content) f = open("README.md", "w")