Преглед на файлове

Update base url after recent changes to cypress documentation

Juan González преди 7 години
родител
ревизия
013ce522a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'