mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Deno documentation (1.25.0)
This commit is contained in:
parent
69cf3c7b28
commit
0f64d27689
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Deno < UrlScraper
|
||||
self.name = 'Deno'
|
||||
self.type = 'simple'
|
||||
self.release = '1.24.1'
|
||||
self.release = '1.25.0'
|
||||
self.base_url = 'https://doc.deno.land/deno/stable/'
|
||||
self.links = {
|
||||
home: 'https://deno.land/',
|
||||
|
|
Loading…
Reference in a new issue