Update all the readme files with links to the hosts.zip files.

This commit is contained in:
Steven Black
2016-10-16 23:27:07 -04:00
parent 68d68ab90f
commit 9894ab5865
11 changed files with 92 additions and 84 deletions

View File

@@ -27,7 +27,7 @@ Python3 = sys.version_info >= (3,0)
def main():
s = Template('${description} | [Readme](https://github.com/StevenBlack/hosts/blob/master/${location}readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts) | ${fmtentries}')
s = Template('${description} | [Readme](https://github.com/StevenBlack/hosts/blob/master/${location}readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts.zip) | ${fmtentries}')
with open(README_DATA_FILENAME, 'r') as f:
data = json.load(f)