Ver Fonte

Update Git documentation (2.7.2)

Thibaut Courouble há 9 anos atrás
pai
commit
dd92294e84
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      lib/docs/scrapers/git.rb

+ 3 - 3
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'
     }