diff --git a/lib/docs/scrapers/cypress.rb b/lib/docs/scrapers/cypress.rb index d6db296a..e5433b22 100644 --- a/lib/docs/scrapers/cypress.rb +++ b/lib/docs/scrapers/cypress.rb @@ -9,7 +9,7 @@ module Docs self.name = 'Cypress' self.type = 'cypress' - self.root_path = '/api/introduction/api.html' + self.root_path = '/api/api/table-of-contents.html' html_filters.push 'cypress/clean_html', 'cypress/entries'