Преглед изворни кода

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'