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.
2 parents 6512f29 + a3aefd9 commit 201e158Copy full SHA for 201e158
lib/docs/scrapers/zig.rb
@@ -2,7 +2,7 @@ module Docs
2
class Zig < UrlScraper
3
self.name = 'Zig'
4
self.type = 'simple'
5
- self.release = '0.11.0'
+ self.release = '0.13.0'
6
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
7
self.links = {
8
home: 'https://ziglang.org/',
@@ -13,7 +13,7 @@ class Zig < UrlScraper
13
14
options[:follow_links] = false
15
options[:attribution] = <<-HTML
16
- © 2015–2023, Zig contributors<br>
+ © 2015–2024, Zig contributors<br>
17
Licensed under the MIT License.
18
HTML
19
0 commit comments