mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update MaxCDN documentation
This commit is contained in:
parent
a221d5e96c
commit
56491bb8cd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Maxcdn < UrlScraper
|
||||
self.name = 'MaxCDN'
|
||||
self.type = 'maxcdn'
|
||||
self.base_url = 'http://docs.maxcdn.com/'
|
||||
self.base_url = 'https://docs.maxcdn.com/'
|
||||
|
||||
html_filters.push 'maxcdn/clean_html', 'maxcdn/entries'
|
||||
|
||||
|
|
Loading…
Reference in a new issue