Skip to content

Commit 7807197

Browse files
committed
nginx: use HTTPS
1 parent eada92e commit 7807197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/nginx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Nginx < UrlScraper
66
self.base_url = 'https://nginx.org/en/docs/'
77
self.links = {
88
home: 'https://nginx.org/',
9-
code: 'http://hg.nginx.org/nginx'
9+
code: 'https://hg.nginx.org/nginx'
1010
}
1111

1212
html_filters.push 'nginx/clean_html', 'nginx/entries'

0 commit comments

Comments
 (0)