Update all documentation links to use https (#1622).

This commit is contained in:
Robby 2019-05-02 02:14:30 +02:00 committed by Peter Powell
parent e743b2d90a
commit b18fc43ba9
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ If you encounter any bugs then [please file an issue](https://github.com/inspirc
## Installation
Most InspIRCd users running a UNIX-like system build from source. A guide about how to do this is available on [the InspIRCd docs site](http://docs.inspircd.org/2/installation/source).
Most InspIRCd users running a UNIX-like system build from source. A guide about how to do this is available on [the InspIRCd docs site](https://docs.inspircd.org/2/installation/source).
Building from source on Windows is generally not recommended but [a guide is available](https://github.com/inspircd/inspircd/blob/insp20/win/README.txt) if you wish to do this.

2
configure vendored
View File

@ -716,7 +716,7 @@ if (($config{USE_GNUTLS} eq "y") || ($config{USE_OPENSSL} eq "y")) {
print "Please note: for \e[1;32mSSL support\e[0m you will need to load required\n";
print "modules in your config. This configure script has added those modules to the\n";
print "build process. For more info, please refer to:\n";
print "\e[1;32mhttp://docs.inspircd.org/2/installation/source\e[0m\n";
print "\e[1;32mhttps://docs.inspircd.org/2/installation/source\e[0m\n";
}
print "*** \e[1;32mRemember to edit your configuration files!!!\e[0m ***\n\n\n";
if (($config{OSNAME} eq "OpenBSD") && ($config{CC} ne "eg++")) {

View File

@ -46,7 +46,7 @@
ssl="gnutls"
# fingerprint: If defined, this option will force servers to be
# authenticated using SSL Fingerprints. See http://docs.inspircd.org/2/modules/spanningtree
# authenticated using SSL Fingerprints. See https://docs.inspircd.org/2/modules/spanningtree
# for more information. This will require an SSL link for both inbound
# and outbound connections.
#fingerprint=""

View File

@ -327,7 +327,7 @@
# Optional - If you specify to use m_cgiirc, then you must specify one
# or more cgihost tags which indicate authorised CGI:IRC servers which
# will be connecting to your network, and an optional cgiirc tag.
# For more information see: https://docs.inspircd.org/2/modules/cgiirc
# For more information see: https://docs.inspircd.org/2/modules/cgiirc
#
# Set to yes if you want to notice opers when CGI:IRC clients connect.
# <cgiirc opernotice="no">

View File

@ -201,7 +201,7 @@ std-header:
@echo "* *"
@echo "* This will take a *long* time. *"
@echo "* Why not read our docs at *"
@echo "* http://docs.inspircd.org *"
@echo "* https://docs.inspircd.org *"
@echo "* while you wait for make to run? *"
@echo "*************************************"