diff --git a/git-tools/hooks/commit-msg b/git-tools/hooks/commit-msg index b73005b34d..5f5e9c29ce 100755 --- a/git-tools/hooks/commit-msg +++ b/git-tools/hooks/commit-msg @@ -1,7 +1,7 @@ #!/bin/sh # # A hook to check syntax of a phpBB3 commit message, per: -# * +# * # * # # This is a commit-msg hook. diff --git a/phpBB/composer.json b/phpBB/composer.json index 57687a3baa..4290286c69 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -15,8 +15,9 @@ "support": { "issues": "https://tracker.phpbb.com", "forum": "https://www.phpbb.com/community/", - "wiki": "https://wiki.phpbb.com", - "irc": "irc://irc.freenode.org/phpbb" + "docs": "https://www.phpbb.com/support/docs/", + "irc": "irc://irc.libera.chat/phpbb", + "chat": "https://www.phpbb.com/support/chat/" }, "scripts": { "post-update-cmd": "echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.'" diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 824a604105..3028872cad 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -204,7 +204,7 @@

3.iv Internet Relay Chat

-

Another place you may find help is our IRC channel. This operates on the Freenode IRC network, irc.freenode.net and the channel is #phpbb and can be accessed by any decent IRC client such as mIRC, XChat, etc. Again, please do not abuse this service and be respectful of other users.

+

Another place you may find help is our IRC channel. This operates on the Libera IRC network, irc.libera.chat and the channel is #phpbb and can be accessed by any decent IRC client such as mIRC, XChat, etc. Again, please do not abuse this service and be respectful of other users.

There are other IRC channels available, please see https://www.phpbb.com/support/irc/ for the complete list.

diff --git a/phpBB/phpbb/composer.json b/phpBB/phpbb/composer.json index 0b6299d6bc..ab2b9601fa 100644 --- a/phpBB/phpbb/composer.json +++ b/phpBB/phpbb/composer.json @@ -15,8 +15,9 @@ "support": { "issues": "https://tracker.phpbb.com", "forum": "https://www.phpbb.com/community/", - "wiki": "https://wiki.phpbb.com", - "irc": "irc://irc.freenode.org/phpbb" + "docs": "https://www.phpbb.com/support/docs/", + "irc": "irc://irc.libera.chat/phpbb", + "chat": "https://www.phpbb.com/support/chat/" }, "autoload": { "classmap": [""] diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md index 00221871a1..439415d45a 100644 --- a/tests/RUNNING_TESTS.md +++ b/tests/RUNNING_TESTS.md @@ -212,5 +212,5 @@ UI tests will take a different form in phpBB 4. More Information ================ -Further information is available on phpbb wiki: -http://wiki.phpbb.com/Automated_Tests +Further information is available on phpBB development documentation: +https://area51.phpbb.com/docs/dev/master/testing/index.html