Update Git documentation (2.37.0)

pull/1773/head
Simon Legner 3 years ago
parent f3a4b4c3f5
commit 8a62bb6cf1

@ -1,7 +1,7 @@
module Docs module Docs
class Git < UrlScraper class Git < UrlScraper
self.type = 'git' self.type = 'git'
self.release = '2.36.0' self.release = '2.37.0'
self.base_url = 'https://git-scm.com/docs' self.base_url = 'https://git-scm.com/docs'
self.initial_paths = %w(/git.html) self.initial_paths = %w(/git.html)
self.links = { self.links = {

Loading…
Cancel
Save