[devdocsgjs/main: 1619/1867] Update Salt version and project page




commit 9a801359bc50c3115ed58ef5ea5f1714643d1835
Author: viq <vicviq gmail com>
Date:   Thu Apr 29 22:33:29 2021 +0200

    Update Salt version and project page
    
    Update version, project page, and copyright year.

 lib/docs/scrapers/salt_stack.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/docs/scrapers/salt_stack.rb b/lib/docs/scrapers/salt_stack.rb
index 01a23c60..bcb706ca 100644
--- a/lib/docs/scrapers/salt_stack.rb
+++ b/lib/docs/scrapers/salt_stack.rb
@@ -3,11 +3,11 @@ module Docs
   class SaltStack < FileScraper
     self.type = 'simple'
     self.slug = 'saltstack'
-    self.release = '2019.2.0'
-    self.base_url = 'https://docs.saltstack.com/en/latest/'
+    self.release = '3003'
+    self.base_url = 'https://docs.saltproject.io/en/latest/'
     self.root_path = 'ref/index.html'
     self.links = {
-      home: 'https://www.saltstack.com/',
+      home: 'https://www.saltproject.io/',
       code: 'https://github.com/saltstack/salt'
     }
 
@@ -17,7 +17,7 @@ module Docs
     options[:container] = '.body-content > .section'
 
     options[:attribution] = <<-HTML
-      &copy; 2019 SaltStack.<br>
+      &copy; 2021 SaltStack.<br>
       Licensed under the Apache License, Version 2.0.
     HTML
 


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