Update Nim version and copyright

pull/2146/head
Jake Leahy 1 year ago
parent dc3ad6e4d4
commit abec0d9375
No known key found for this signature in database

@ -1,7 +1,7 @@
module Docs
class Nim < UrlScraper
self.type = 'simple'
self.release = '1.4.8'
self.release = '2.0.2'
self.base_url = 'https://nim-lang.org/docs/'
self.root_path = 'overview.html'
self.links = {
@ -14,7 +14,7 @@ module Docs
options[:skip] = %w(theindex.html docgen.html tut1.html tut2.html tut3.html tools.html)
options[:attribution] = <<-HTML
&copy; 2006&ndash;2021 Andreas Rumpf<br>
&copy; 2006&ndash;2024 Andreas Rumpf<br>
Licensed under the MIT License.
HTML

Loading…
Cancel
Save