From 4466e0754010062344f32f7816e1b2f2944ecad9 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sun, 23 Feb 2025 19:32:19 +0000 Subject: [PATCH] doc: fix web.libera.chat link in pull-requests.md The old link wasn't prefilling the channel name for me, and this is the format suggested in the docs: It works, too! PR-URL: https://github.com/nodejs/node/pull/57076 Reviewed-By: Jordan Harband Reviewed-By: Luigi Pinca --- 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 8914d60c95..201b59f492 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