|
|
@@ -1,9 +1,13 @@
|
|
|
module Docs
|
|
|
class Git < UrlScraper
|
|
|
self.type = 'git'
|
|
|
- self.version = '2.3.1'
|
|
|
+ self.version = '2.4.1'
|
|
|
self.base_url = 'http://git-scm.com/docs'
|
|
|
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'
|
|
|
|