From 44eed9341a0e17f7e72dd055d2a05c5cd99edbb3 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sat, 15 Feb 2025 12:47:09 -0500 Subject: [PATCH] pull-requests.md: fix web.libera.chat link The old link wasn't prefilling the channel name for me, and this is the format suggested in the docs: It works, too! --- doc/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/pull-requests.md b/doc/contributing/pull-requests.md index 8914d60c95aa2f7..201b59f4923910d 100644 --- a/doc/contributing/pull-requests.md +++ b/doc/contributing/pull-requests.md @@ -53,7 +53,7 @@ help, questions, and discussions. development of Node.js core specifically. Node.js also has an unofficial IRC channel: -[#Node.js](https://web.libera.chat/?channels=node.js). +[#Node.js](https://web.libera.chat/#node.js). ## Setting up your local environment