Merge pull request #2339 from spuun/crystal-1.14.0

Update Crystal docs to 1.14.0
pull/2340/head
Simon Legner 3 months ago committed by GitHub
commit bba7c7aaa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@ module Docs
class Crystal < UrlScraper
include MultipleBaseUrls
self.type = 'crystal'
self.release = '1.13.1'
self.release = '1.14.0'
self.base_urls = [
"https://crystal-lang.org/api/#{release}/",
"https://crystal-lang.org/reference/#{release[0..2]}/",

Loading…
Cancel
Save