Skip to content

Commit 013ce52

Browse files
author
Juan González
committed
Update base url after recent changes to cypress documentation
1 parent d3196c5 commit 013ce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/cypress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Cypress < UrlScraper
99

1010
self.name = 'Cypress'
1111
self.type = 'cypress'
12-
self.root_path = '/api/introduction/api.html'
12+
self.root_path = '/api/api/table-of-contents.html'
1313

1414
html_filters.push 'cypress/clean_html', 'cypress/entries'
1515

0 commit comments

Comments
 (0)