Update crystal documentation to 0.25.1.

pull/828/head
icyleaf 7 years ago
parent 75b36a0f93
commit a15dadfbc0

@ -1,7 +1,7 @@
module Docs
class Crystal < UrlScraper
self.type = 'crystal'
self.release = '0.25.0'
self.release = '0.25.1'
self.base_url = 'https://crystal-lang.org/'
self.root_path = "api/#{release}/index.html"
self.initial_paths = %w(docs/index.html)

Loading…
Cancel
Save