Update the name of the hosts file history graph file.

This commit is contained in:
Steven Black 2022-07-21 22:37:02 -04:00
parent 43e078c7d6
commit bc271a3f6a
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -35,7 +35,7 @@ files are provided.
[raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts)
containing 130,963 entries.
![Size history](https://raw.githubusercontent.com/StevenBlack/hosts/master/base_hosts_file_size.png)
![Size history](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts_file_size_history.png)
## List of all hosts file variants

View File

@ -62,7 +62,7 @@ def main():
"${name} |[link](${homeurl})"
" | [raw](${url}) | ${license} | [issues](${issues})| ${description}"
)
size_history_graph = "![Size history](https://raw.githubusercontent.com/StevenBlack/hosts/master/base_hosts_file_size.png)"
size_history_graph = "![Size history](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts_file_size_history.png)"
for key in keys:
extensions = key.replace("-", ", ")
extensions_str = "* Extensions: **" + extensions + "**."