From b8545f538dc48100b25e7c368ded08faa426e4c3 Mon Sep 17 00:00:00 2001 From: Luan Date: Tue, 12 May 2026 22:40:20 -0300 Subject: [PATCH] chore: fix link to contributing guidelines in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cd4b1c..87889d88 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/blob/main/CONTRIBUTING.md). +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). ## Contributors