From 7115ddb5e4e5927094c624018485399cc718a099 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 18 May 2015 09:39:11 -0400 Subject: [PATCH] Update git documentation (2.4.1) --- lib/docs/scrapers/git.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/git.rb b/lib/docs/scrapers/git.rb index 423251f1..7af2b91c 100644 --- a/lib/docs/scrapers/git.rb +++ b/lib/docs/scrapers/git.rb @@ -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'