Update Salt version and project page

Update version, project page, and copyright year.
pull/1533/head
viq 4 years ago committed by GitHub
parent b581eb228e
commit 9a801359bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,11 +3,11 @@ module Docs
class SaltStack < FileScraper class SaltStack < FileScraper
self.type = 'simple' self.type = 'simple'
self.slug = 'saltstack' self.slug = 'saltstack'
self.release = '2019.2.0' self.release = '3003'
self.base_url = 'https://docs.saltstack.com/en/latest/' self.base_url = 'https://docs.saltproject.io/en/latest/'
self.root_path = 'ref/index.html' self.root_path = 'ref/index.html'
self.links = { self.links = {
home: 'https://www.saltstack.com/', home: 'https://www.saltproject.io/',
code: 'https://github.com/saltstack/salt' code: 'https://github.com/saltstack/salt'
} }
@ -17,7 +17,7 @@ module Docs
options[:container] = '.body-content > .section' options[:container] = '.body-content > .section'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2019 SaltStack.<br> &copy; 2021 SaltStack.<br>
Licensed under the Apache License, Version 2.0. Licensed under the Apache License, Version 2.0.
HTML HTML

Loading…
Cancel
Save