Update Zig documentation (0.10.0)

pull/1862/head
Simon Legner 2 years ago
parent aedb9c3b31
commit b01d189afa

@ -992,7 +992,7 @@ credits = [
'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
], [
'Zig',
'20152021, Zig contributors',
'20152022, Zig contributors',
'MIT',
'https://raw.githubusercontent.com/ziglang/zig/master/LICENSE'
]

@ -2,8 +2,8 @@ module Docs
class Zig < UrlScraper
self.name = 'Zig'
self.type = 'simple'
self.release = '0.9.0'
self.base_url = 'https://ziglang.org/documentation/0.9.0/'
self.release = '0.10.0'
self.base_url = "https://ziglang.org/documentation/#{self.release}/"
self.links = {
home: 'https://ziglang.org/',
code: 'https://github.com/ziglang/zig'
@ -13,7 +13,7 @@ module Docs
options[:follow_links] = false
options[:attribution] = <<-HTML
&copy; 20152021, Zig contributors
&copy; 20152022, Zig contributors
HTML
def get_latest_version(opts)

Loading…
Cancel
Save