diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-26 23:20:40 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-26 23:20:40 +0100 |
commit | e743b2d90a23ac3c5c9a7977a8e30973ef416788 (patch) | |
tree | 95ad71c463cad5b2622e9c3bdcb5c4afabed075b /docs/conf | |
parent | 95c5aa91953db978879ec21c236a871257fe7036 (diff) |
Update documentation links.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/links.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 48 | ||||
-rw-r--r-- | docs/conf/modules/charybdis.conf.example | 10 | ||||
-rw-r--r-- | docs/conf/modules/unrealircd.conf.example | 14 | ||||
-rw-r--r-- | docs/conf/motd.txt.example | 2 | ||||
-rw-r--r-- | docs/conf/opermotd.txt.example | 2 |
6 files changed, 39 insertions, 39 deletions
diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index ba18c5325..8d62bb42f 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -46,7 +46,7 @@ ssl="gnutls" # fingerprint: If defined, this option will force servers to be - # authenticated using SSL Fingerprints. See https://wiki.inspircd.org/SSL + # authenticated using SSL Fingerprints. See http://docs.inspircd.org/2/modules/spanningtree # for more information. This will require an SSL link for both inbound # and outbound connections. #fingerprint="" diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index a538ea879..65d34e70f 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -10,7 +10,7 @@ # # # By default, ALL modules are commented out. You must uncomment them # # or add lines to your config to load modules. Please refer to # -# https://wiki.inspircd.org/2.0/Modules for a list of modules and # +# https://docs.inspircd.org/2/modules for a list of modules and # # each modules link for any additional conf tags they require. # # # # ____ _ _____ _ _ ____ _ _ _ # @@ -313,7 +313,7 @@ # # # Optional - If you specify to use the m_censor module, then you must # # specify some censor tags. See also: # -# https://wiki.inspircd.org/Modules/2.0/censor # +# https://docs.inspircd.org/2/modules/censor # # #<include file="conf/examples/censor.conf.example"> @@ -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://wiki.inspircd.org/Modules/2.0/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"> @@ -745,8 +745,8 @@ # more blacklists. # #<module name="m_dnsbl.so"> # # # -# For configuration options please see the wiki page for m_dnsbl at # -# https://wiki.inspircd.org/Modules/2.0/dnsbl # +# For configuration options please see the docs page for m_dnsbl at # +# https://docs.inspircd.org/2/modules/dnsbl # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Exempt channel operators module: Provides support for allowing # @@ -804,7 +804,7 @@ # and run make install, then uncomment this module to enable it. # This module requires GeoIP to be installed on your system, # use your package manager to find the appropriate packages -# or check the InspIRCd wiki page for this module. +# or check the InspIRCd docs page for this module. #<module name="m_geoip.so"> # # The actual allow/ban actions are done by connect classes, not by the @@ -873,7 +873,7 @@ # #-#-#-#-#-#-#-#-#-#-#- HOSTCHANGE CONFIGURATION -#-#-#-#-#-#-#-#-#-# # # -# See https://wiki.inspircd.org/Modules/2.0/hostchange for help. # +# See https://docs.inspircd.org/2/modules/hostchange for help. # # # #<host suffix="invalid.org" separator="." prefix=""> #<hostchange mask="*@42.theanswer.example.org" action="addnick"> @@ -1144,8 +1144,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# m_mssql.so is more complex than described here, see wiki for more # -# info https://wiki.inspircd.org/Modules/2.0/mssql # +# m_mssql.so is more complex than described here, see docs for more # +# info https://docs.inspircd.org/2/modules/mssql # # #<database module="mssql" name="db" user="user" pass="pass" host="localhost" id="db1"> @@ -1159,8 +1159,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# m_mysql.so is more complex than described here, see the wiki for # -# more: https://wiki.inspircd.org/Modules/2.0/mysql # +# m_mysql.so is more complex than described here, see the docs for # +# more: https://docs.inspircd.org/2/modules/mysql # # #<database module="mysql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database2"> @@ -1324,8 +1324,8 @@ # #-#-#-#-#-#-#-#-#-#-# OVERRIDE CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# # # -# m_override.so is too complex it describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/override # +# m_override.so is too complex it describe here, see the docs: # +# https://docs.inspircd.org/2/modules/override # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper levels module: Gives each oper a level and prevents actions @@ -1417,8 +1417,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# m_pgsql.so is more complex than described here, see the wiki for # -# more: https://wiki.inspircd.org/Modules/2.0/pgsql # +# m_pgsql.so is more complex than described here, see the docs for # +# more: https://docs.inspircd.org/2/modules/pgsql # # #<database module="pgsql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database" ssl="no"> @@ -1735,8 +1735,8 @@ # #-#-#-#-#-#-#-#-#-#-#- GNUTLS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_ssl_gnutls.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/ssl_gnutls # +# m_ssl_gnutls.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/ssl_gnutls # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SSL info module: Allows users to retrieve information about other @@ -1762,8 +1762,8 @@ # #-#-#-#-#-#-#-#-#-#-#- OPENSSL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_ssl_openssl.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/ssl_openssl # +# m_ssl_openssl.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/ssl_openssl # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Strip color module: Adds channel mode +S that strips mIRC color @@ -1789,8 +1789,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-# # # -# m_sqlite.so is more complex than described here, see the wiki for # -# more: https://wiki.inspircd.org/Modules/2.0/sqlite3 # +# m_sqlite.so is more complex than described here, see the docs for # +# more: https://docs.inspircd.org/2/modules/sqlite3 # # #<database module="sqlite" hostname="/full/path/to/database.db" id="anytext"> @@ -1802,8 +1802,8 @@ # #-#-#-#-#-#-#-#-#-#-#- SQLAUTH CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_sqlauth.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/sqlauth # +# m_sqlauth.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/sqlauth # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQL oper module: Allows you to store oper credentials in an SQL table @@ -1815,7 +1815,7 @@ # dbid - Database ID to use (see SQL modules). # # hash - Hashing provider to use for password hashing. # # # -# See also: https://wiki.inspircd.org/Modules/2.0/sqloper # +# See also: https://docs.inspircd.org/2/modules/sqloper # # # #<sqloper dbid="1" hash="md5"> diff --git a/docs/conf/modules/charybdis.conf.example b/docs/conf/modules/charybdis.conf.example index 91260c7d3..39238ec5f 100644 --- a/docs/conf/modules/charybdis.conf.example +++ b/docs/conf/modules/charybdis.conf.example @@ -37,7 +37,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://wiki.inspircd.org/Modules/2.0/cgiirc +# For more information see: https://docs.inspircd.org/2/modules/cgiirc # # Set to yes if you want to notice opers when CGI clients connect # <cgiirc opernotice="no"> @@ -261,8 +261,8 @@ # #-#-#-#-#-#-#-#-#-#-#- GNUTLS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_ssl_gnutls.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/ssl_gnutls # +# m_ssl_gnutls.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/ssl_gnutls # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SSL Info module: Allows users to retrieve information about other @@ -288,8 +288,8 @@ # #-#-#-#-#-#-#-#-#-#-#- OPENSSL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_ssl_openssl.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/ssl_openssl # +# m_ssl_openssl.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/ssl_openssl # <module name="m_stripcolor.so"> <module name="m_svshold.so"> diff --git a/docs/conf/modules/unrealircd.conf.example b/docs/conf/modules/unrealircd.conf.example index 65d713394..1d2ea39cc 100644 --- a/docs/conf/modules/unrealircd.conf.example +++ b/docs/conf/modules/unrealircd.conf.example @@ -59,7 +59,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://wiki.inspircd.org/Modules/2.0/cgiirc +# For more information see: https://docs.inspircd.org/2/modules/cgiirc # # Set to yes if you want to notice opers when CGI clients connect # <cgiirc opernotice="no"> @@ -282,8 +282,8 @@ <module name="m_override.so"> #-#-#-#-#-#-#-#-#-#-# OVERRIDE CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# # # -# m_override.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/override # +# m_override.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/override # <module name="m_operlevels.so"> <module name="m_opermodes.so"> @@ -370,8 +370,8 @@ # #-#-#-#-#-#-#-#-#-#-#- GNUTLS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_ssl_gnutls.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/ssl_gnutls # +# m_ssl_gnutls.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/ssl_gnutls # <module name="m_sslinfo.so"> @@ -384,8 +384,8 @@ # #-#-#-#-#-#-#-#-#-#-#- OPENSSL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# m_ssl_openssl.so is too complex to describe here, see the wiki: # -# https://wiki.inspircd.org/Modules/2.0/ssl_openssl # +# m_ssl_openssl.so is too complex to describe here, see the docs: # +# https://docs.inspircd.org/2/modules/ssl_openssl # <module name="m_stripcolor.so"> <module name="m_svshold.so"> diff --git a/docs/conf/motd.txt.example b/docs/conf/motd.txt.example index 891aaa51c..c5266f844 100644 --- a/docs/conf/motd.txt.example +++ b/docs/conf/motd.txt.example @@ -28,7 +28,7 @@ / \ / * Web: https://www.inspircd.org \ | * IRC: irc.inspircd.org #inspircd | - | * Docs: https://wiki.inspircd.org | + | * Docs: https://docs.inspircd.org | | * Bugs: https://inspircd.org/bugs | | | | We hope you like this software. Please do | diff --git a/docs/conf/opermotd.txt.example b/docs/conf/opermotd.txt.example index 4bf7c85e4..7e1c82f33 100644 --- a/docs/conf/opermotd.txt.example +++ b/docs/conf/opermotd.txt.example @@ -28,7 +28,7 @@ / \ / * Web: https://www.inspircd.org \ | * IRC: irc.inspircd.org #inspircd | - | * Docs: https://wiki.inspircd.org | + | * Docs: https://docs.inspircd.org | | * Bugs: https://inspircd.org/bugs | | | | We hope you like this software. Please do | |