Explorar el Código

Update Chef documentation (12.13, 11.18)

Thibaut Courouble hace 8 años
padre
commit
7024022e6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/docs/scrapers/chef.rb

+ 1 - 1
lib/docs/scrapers/chef.rb

@@ -1,7 +1,7 @@
 module Docs
   class Chef < UrlScraper
     self.type = 'sphinx_simple'
-    self.base_url = 'https://docs.chef.io/release/'
+    self.base_url = 'https://docs-archive.chef.io/release/'
     self.links = {
       home: 'https://www.chef.io/',
       code: 'https://github.com/chef/chef'