From 66614cfcf390a5e299f8e02ff7ddd919c4336047 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 8914d60c95aa2f..201b59f4923910 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