1
0
Эх сурвалжийг харах

Update MaxCDN documentation

Thibaut 11 жил өмнө
parent
commit
1c7f442b4b

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -207,7 +207,7 @@ credits = [
     'http://daringfireball.net/projects/markdown/license'
   ], [
     'MaxCDN',
-    '2014 MaxCDN',
+    '2015 MaxCDN',
     'MIT',
     'https://raw.githubusercontent.com/MaxCDN/api-docs/master/LICENSE'
   ], [

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

@@ -10,7 +10,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2014 MaxCDN<br>
+      &copy; 2015 MaxCDN<br>
       Licensed under the MIT License.
     HTML
   end