mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Git documentation (2.37.0)
This commit is contained in:
parent
f3a4b4c3f5
commit
8a62bb6cf1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Git < UrlScraper
|
||||
self.type = 'git'
|
||||
self.release = '2.36.0'
|
||||
self.release = '2.37.0'
|
||||
self.base_url = 'https://git-scm.com/docs'
|
||||
self.initial_paths = %w(/git.html)
|
||||
self.links = {
|
||||
|
|
Loading…
Reference in a new issue