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 e8c0857 commit 5bf6916Copy full SHA for 5bf6916
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.23.0'
+ self.release = '0.24.1'
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