浏览代码

Update Codeception documentation (3.0.3)

Jasper van Merle 6 年之前
父节点
当前提交
d6fb601685
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/docs/scrapers/codeception.rb

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