Sfoglia il codice sorgente

Update CodeceptJS documentation (1.1.7)

Thibaut Courouble 7 anni fa
parent
commit
e0093dbcf6
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      lib/docs/scrapers/codeceptjs.rb

+ 3 - 3
lib/docs/scrapers/codeceptjs.rb

@@ -3,10 +3,10 @@ module Docs
     self.name = 'CodeceptJS'
     self.type = 'codeceptjs'
     self.root_path = 'index.html'
-    self.release = '1.1.1'
-    self.base_url = 'http://codecept.io/'
+    self.release = '1.1.7'
+    self.base_url = 'https://codecept.io/'
     self.links = {
-      home: 'http://codecept.io/',
+      home: 'https://codecept.io/',
       code: 'https://github.com/codeception/codeceptjs'
     }