We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380eee6 commit 76e9e15Copy full SHA for 76e9e15
1 file changed
lib/docs/scrapers/crystal.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Crystal < UrlScraper
3
self.type = 'crystal'
4
- self.release = '0.25.1'
+ self.release = '0.26.0'
5
self.base_url = 'https://crystal-lang.org/'
6
self.root_path = "api/#{release}/index.html"
7
self.initial_paths = %w(docs/index.html)
0 commit comments