mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Crystal documentation (1.7.0)
This commit is contained in:
parent
1634abcefd
commit
da67feddc8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Crystal < UrlScraper
|
||||
include MultipleBaseUrls
|
||||
self.type = 'crystal'
|
||||
self.release = '1.6.0'
|
||||
self.release = '1.7.0'
|
||||
self.base_urls = [
|
||||
"https://crystal-lang.org/api/#{release}/",
|
||||
"https://crystal-lang.org/reference/#{release[0..2]}/",
|
||||
|
@ -28,7 +28,7 @@ module Docs
|
|||
HTML
|
||||
else
|
||||
<<-HTML
|
||||
© 2012–2022 Manas Technology Solutions.<br>
|
||||
© 2012–2023 Manas Technology Solutions.<br>
|
||||
Licensed under the Apache License, Version 2.0.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue