We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eada92e commit 7807197Copy full SHA for 7807197
lib/docs/scrapers/nginx.rb
@@ -6,7 +6,7 @@ class Nginx < UrlScraper
6
self.base_url = 'https://nginx.org/en/docs/'
7
self.links = {
8
home: 'https://nginx.org/',
9
- code: 'http://hg.nginx.org/nginx'
+ code: 'https://hg.nginx.org/nginx'
10
}
11
12
html_filters.push 'nginx/clean_html', 'nginx/entries'
0 commit comments