Merge pull request #1165 from funilrys/readme-links-issue-windows

Fix link issue under Windows.
This commit is contained in:
Steven Black
2020-02-23 13:00:13 -05:00
committed by GitHub

View File

@@ -45,6 +45,9 @@ def main():
"Unified hosts **+ " + key.replace("-", " + ") + "**"
)
if "\\" in data[key]["location"]:
data[key]["location"] = data[key]["location"].replace("\\", "/")
toc_rows += s.substitute(data[key]) + "\n"
row_defaults = {