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
commit b539172b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {