Skip to content

Commit 3a35f48

Browse files
committed
Update Support Tables documentation (1.0.30001204)
1 parent 57f395f commit 3a35f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/support_tables.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)