From 4791deed28da3d357a18b53f31157d345290dcc8 Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 12 May 2026 22:42:11 -0300 Subject: [PATCH] chore: fix link to contributing guidelines in readme (round 2) That didn't work as well as I expected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87889d88..58cd4b1c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ const innertube = await Innertube.create(/* options */); For detailed usage, read the [YouTube.js Guide and API Documentation](https://ytjs.dev). ## Contributing -All contributions are welcome, big or small. If you want to contribute, take a look at the [issues page](https://github.com/LuanRT/YouTube.js/issues) and our [guidelines](https://github.com/LuanRT/YouTube.js/tree/main?tab=contributing-ov-file). +All contributions are welcome, big or small. If you want to contribute, take a look at the [issues page](https://github.com/LuanRT/YouTube.js/issues) and our [guidelines](https://github.com/LuanRT/YouTube.js/blob/main/CONTRIBUTING.md). ## Contributors