diff --git a/base_hosts_file_size.png b/base_hosts_file_size.png deleted file mode 100644 index 7c1e31e43..000000000 Binary files a/base_hosts_file_size.png and /dev/null differ diff --git a/readme.md b/readme.md index ea82f5086..485c969bc 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/updateReadme.py b/updateReadme.py index 43da17cd1..1267b704d 100755 --- a/updateReadme.py +++ b/updateReadme.py @@ -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 + "**."