mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
doc: switch links to https
These sites offer https versions of their content. Using the https versions provides some protection for users. Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
65175d9ea2
commit
d05b08cd52
@@ -432,7 +432,7 @@ mongoose_conf() {
|
||||
# Mongoose web server configuration file.
|
||||
# Lines starting with '#' and empty lines are ignored.
|
||||
# For detailed description of every option, visit
|
||||
# http://code.google.com/p/mongoose/wiki/MongooseManual
|
||||
# https://code.google.com/p/mongoose/wiki/MongooseManual
|
||||
|
||||
root $root
|
||||
ports $port
|
||||
@@ -458,7 +458,7 @@ plackup_conf () {
|
||||
#!$PERL
|
||||
|
||||
# gitweb - simple web interface to track changes in git repositories
|
||||
# PSGI wrapper and server starter (see http://plackperl.org)
|
||||
# PSGI wrapper and server starter (see https://plackperl.org)
|
||||
|
||||
use strict;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user