mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update D documentation (2.081.0)
This commit is contained in:
parent
b88ae596a1
commit
5fc6b03070
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class D < UrlScraper
|
||||
include MultipleBaseUrls
|
||||
|
||||
self.release = '2.080.0'
|
||||
self.release = '2.081.0'
|
||||
self.type = 'd'
|
||||
self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
|
||||
self.root_path = 'index.html'
|
||||
|
|
Loading…
Reference in a new issue