瀏覽代碼

nginx: use HTTPS

Simon Legner 6 年之前
父節點
當前提交
7807197b01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/nginx.rb

+ 1 - 1
lib/docs/scrapers/nginx.rb

@@ -6,7 +6,7 @@ module Docs
     self.base_url = 'https://nginx.org/en/docs/'
     self.links = {
       home: 'https://nginx.org/',
-      code: 'http://hg.nginx.org/nginx'
+      code: 'https://hg.nginx.org/nginx'
     }
 
     html_filters.push 'nginx/clean_html', 'nginx/entries'