Update git documentation (2.4.1)

pull/210/merge
Thibaut 10 years ago
parent c1725543aa
commit 7115ddb5e4

@ -1,9 +1,13 @@
module Docs module Docs
class Git < UrlScraper class Git < UrlScraper
self.type = 'git' self.type = 'git'
self.version = '2.3.1' self.version = '2.4.1'
self.base_url = 'http://git-scm.com/docs' self.base_url = 'http://git-scm.com/docs'
self.initial_paths = %w(/git.html) self.initial_paths = %w(/git.html)
self.links = {
home: 'http://git-scm.com/',
code: 'https://github.com/git/git'
}
html_filters.push 'git/clean_html', 'git/entries' html_filters.push 'git/clean_html', 'git/entries'

Loading…
Cancel
Save