From 013ce522a2d942cd2cf3387edabdae8c91dbcd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Gonz=C3=A1lez?= Date: Wed, 17 Oct 2018 13:09:13 +0200 Subject: [PATCH] Update base url after recent changes to cypress documentation --- lib/docs/scrapers/cypress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'