소스 검색

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'