File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ class SupportTables < Doc
7
7
self . name = 'Support Tables'
8
8
self . slug = 'browser_support_tables'
9
9
self . type = 'support_tables'
10
- self . release = '1.0.30001159 '
10
+ self . release = '1.0.30001204 '
11
11
12
12
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'
14
14
instrument 'running.scraper' , urls : [ url ]
15
15
16
16
response = Request . run ( url )
@@ -36,7 +36,7 @@ def build_pages
36
36
yield index_page
37
37
38
38
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"
40
40
41
41
response = Request . run ( url )
42
42
instrument 'process_response.scraper' , response : response
You can’t perform that action at this time.
0 commit comments