Browse Source

nginx: use HTTPS

Simon Legner 6 years ago
parent
commit
7807197b01
1 changed files with 1 additions and 1 deletions
  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.base_url = 'https://nginx.org/en/docs/'
     self.links = {
     self.links = {
       home: 'https://nginx.org/',
       home: 'https://nginx.org/',
-      code: 'http://hg.nginx.org/nginx'
+      code: 'https://hg.nginx.org/nginx'
     }
     }
 
 
     html_filters.push 'nginx/clean_html', 'nginx/entries'
     html_filters.push 'nginx/clean_html', 'nginx/entries'