diff --git a/code_written_by_us/categorizing/extract_netcraft_info2.py b/code_written_by_us/categorizing/extract_netcraft_info.py
similarity index 95%
rename from code_written_by_us/categorizing/extract_netcraft_info2.py
rename to code_written_by_us/categorizing/extract_netcraft_info.py
index 21b0bd4765c621cbcdfd7d8f676b1d5d380b73ce..2c828271169b49bd55557c36bdf7af73526862e7 100644
--- a/code_written_by_us/categorizing/extract_netcraft_info2.py
+++ b/code_written_by_us/categorizing/extract_netcraft_info.py
@@ -26,7 +26,7 @@ def get_hosting_country(link):
 
 ##### RUN #####
 
-file = open('top_netcraft_info.json', 'r', encoding='utf-8')
+file = open('netcraft_files/top_netcraft_info.json', 'r', encoding='utf-8')
 html_sources = json.load(file)
 
 for url_key in html_sources: