diff options
author | Peter Powell <petpow@saberuk.com> | 2019-05-01 15:25:23 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-02 00:49:01 +0100 |
commit | 87b1461e2a4710a38b32186c2582da9fe9bb3804 (patch) | |
tree | 9f50459fc46a9e0c371a7cb6f724ef51cf919744 /docs/conf/links.conf.example | |
parent | 1f6b27d64ee917cd4df18fb21cc9af680939448d (diff) | |
parent | e743b2d90a23ac3c5c9a7977a8e30973ef416788 (diff) |
Merge branch 'insp20' into insp3.
Diffstat (limited to 'docs/conf/links.conf.example')
-rw-r--r-- | docs/conf/links.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 735cac304..09b3bb3d5 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -39,7 +39,7 @@ # ssl: If defined, this states the SSL profile that will be used when # making an outbound connection to the server. Options are the name of an # <sslprofile> tag that you have defined or one of "openssl", "gnutls", - # "mbedtls" if you have not defined any. See the wiki page for the SSL + # "mbedtls" if you have not defined any. See the docs page for the SSL # module you are using for more details. # # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls @@ -49,8 +49,8 @@ # fingerprint: If defined, this option will force servers to be # authenticated using SSL certificate fingerprints. See - # https://wiki.inspircd.org/SSL for more information. This will - # require an SSL link for both inbound and outbound connections. + # https://docs.inspircd.org/3/modules/spanningtree for more information. + # This will require an SSL link for both inbound and outbound connections. #fingerprint="" # bind: Local IP address to bind to. |