瀏覽代碼

Update Git documentation (2.7.2)

Thibaut Courouble 9 年之前
父節點
當前提交
dd92294e84
共有 1 個文件被更改,包括 3 次插入3 次删除
  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'
     }