[devdocsgjs/main: 911/1867] Update Codeception documentation (3.0.3)




commit d6fb601685de81a4555385311c32535467dcbfb6
Author: Jasper van Merle <jaspervmerle gmail com>
Date:   Tue Sep 3 01:59:27 2019 +0200

    Update Codeception documentation (3.0.3)

 lib/docs/scrapers/codeception.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/docs/scrapers/codeception.rb b/lib/docs/scrapers/codeception.rb
index caafc9cf..ca3ac4d8 100644
--- a/lib/docs/scrapers/codeception.rb
+++ b/lib/docs/scrapers/codeception.rb
@@ -2,12 +2,12 @@ module Docs
   class Codeception < UrlScraper
     self.name = 'Codeception'
     self.type = 'codeception'
-    self.release = '2.5.1'
+    self.release = '3.0.3'
     self.base_url = 'https://codeception.com/docs/'
     self.root_path = 'index.html'
     self.links = {
       home: 'https://codeception.com/',
-      code: 'https://github.com/codeception/codeception'
+      code: 'https://github.com/Codeception/Codeception'
     }
 
     html_filters.push 'codeception/entries', 'codeception/clean_html'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]