File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ class SupportTables < Doc
77 self . name = 'Support Tables'
88 self . slug = 'browser_support_tables'
99 self . type = 'support_tables'
10- self . release = '1.0.30001159 '
10+ self . release = '1.0.30001204 '
1111
1212 def build_pages
13- url = 'https://github.com/Fyrd/caniuse/raw/master /data.json'
13+ url = 'https://github.com/Fyrd/caniuse/raw/main /data.json'
1414 instrument 'running.scraper' , urls : [ url ]
1515
1616 response = Request . run ( url )
@@ -36,7 +36,7 @@ def build_pages
3636 yield index_page
3737
3838 data [ 'data' ] . each do |feature_id , feature |
39- url = "https://github.com/Fyrd/caniuse/raw/master /features-json/#{ feature_id } .json"
39+ url = "https://github.com/Fyrd/caniuse/raw/main /features-json/#{ feature_id } .json"
4040
4141 response = Request . run ( url )
4242 instrument 'process_response.scraper' , response : response
You can’t perform that action at this time.
0 commit comments