Browse Source

Update base url after recent changes to cypress documentation

Juan González 7 years ago
parent
commit
013ce522a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/cypress.rb

+ 1 - 1
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'