From dd92294e84a661799cd63da8034f7443f15250a9 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 6 Mar 2016 17:44:46 -0500 Subject: [PATCH] Update Git documentation (2.7.2) --- lib/docs/scrapers/git.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/git.rb b/lib/docs/scrapers/git.rb index aeddb388..7a3f701f 100644 --- a/lib/docs/scrapers/git.rb +++ b/lib/docs/scrapers/git.rb @@ -1,11 +1,11 @@ module Docs class Git < UrlScraper self.type = 'git' - self.release = '2.7.0' - self.base_url = 'http://git-scm.com/docs' + self.release = '2.7.2' + self.base_url = 'https://git-scm.com/docs' self.initial_paths = %w(/git.html) self.links = { - home: 'http://git-scm.com/', + home: 'https://git-scm.com/', code: 'https://github.com/git/git' }