mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update CodeceptJS documentation (1.1.7)
This commit is contained in:
parent
4571b01c02
commit
e0093dbcf6
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue