diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 831ff04c..fcb8d168 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -116,7 +116,7 @@ credits = [
'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
], [
'Cordova',
- '2012-2015 The Apache Software Foundation',
+ '2012-2016 The Apache Software Foundation',
'Apache',
'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
], [
diff --git a/lib/docs/scrapers/cordova.rb b/lib/docs/scrapers/cordova.rb
index d28cf64e..04ec403d 100644
--- a/lib/docs/scrapers/cordova.rb
+++ b/lib/docs/scrapers/cordova.rb
@@ -2,11 +2,11 @@ module Docs
class Cordova < UrlScraper
self.name = 'Cordova'
self.type = 'cordova'
- self.release = '5.4.0'
- self.base_url = "http://cordova.apache.org/docs/en/#{release}/"
+ self.release = '6.0.0'
+ self.base_url = "https://cordova.apache.org/docs/en/#{release}/"
self.root_path = 'index.html'
self.links = {
- home: 'http://cordova.apache.org/'
+ home: 'https://cordova.apache.org/'
}
html_filters.push 'cordova/clean_html', 'cordova/entries', 'title'
@@ -17,7 +17,7 @@ module Docs
options[:skip] = %w(page_index.html)
options[:attribution] = <<-HTML
- © 2012-2015 The Apache Software Foundation
+ © 2012–2016 The Apache Software Foundation
Licensed under the Apache License 2.0.
HTML
end