Update Chef documentation (12.13, 11.18)

This commit is contained in:
Thibaut Courouble 2017-05-22 13:14:27 -04:00
parent f1776fa222
commit 7024022e6b

View file

@ -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'