Update Git documentation (2.7.2)

pull/382/head
Thibaut Courouble 9 years ago
parent 7a50837393
commit dd92294e84

@ -1,11 +1,11 @@
module Docs module Docs
class Git < UrlScraper class Git < UrlScraper
self.type = 'git' self.type = 'git'
self.release = '2.7.0' self.release = '2.7.2'
self.base_url = 'http://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 = {
home: 'http://git-scm.com/', home: 'https://git-scm.com/',
code: 'https://github.com/git/git' code: 'https://github.com/git/git'
} }

Loading…
Cancel
Save