Update the name of the hosts file history graph file.
authorSteven Black <redacted>
Fri, 22 Jul 2022 02:37:02 +0000 (22:37 -0400)
committerSteven Black <redacted>
Fri, 22 Jul 2022 02:37:02 +0000 (22:37 -0400)
base_hosts_file_size.png [deleted file]
readme.md
updateReadme.py

diff --git a/base_hosts_file_size.png b/base_hosts_file_size.png
deleted file mode 100644 (file)
index 7c1e31e..0000000
Binary files a/base_hosts_file_size.png and /dev/null differ
index ea82f5086884a7fa244197404962e102ee1ab4a3..485c969bc4498e9bb1770446b1b401d1724d9f29 100644 (file)
--- 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
 
index 43da17cd1dcf5fcfb8b623a0258c7e22dd7d1ee9..1267b704d8b6cd2346ff1964a2f2b4f3d38c476a 100755 (executable)
@@ -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 + "**."
git clone https://git.99rst.org/PROJECT