From 2ba95c76f5a715990c3843aa1a19b188750bdf10 Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 3 May 2026 21:18:02 -0700 Subject: [PATCH] docs: fix broken link to contributing tutorial in README The README pointed to docs/tutorials/tips/contributing-tutorial.md, which 404s. The file lives at docs/tutorials/contributing-tutorial.md. Removed the extra `tips/` path segment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5dec14..1c695136 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This site is built with [Docusaurus](https://docusaurus.io/) and includes: ## 📝 Contributing -Contributions are welcome! Please read the [contributing guide](docs/tutorials/tips/contributing-tutorial.md) for details. +Contributions are welcome! Please read the [contributing guide](docs/tutorials/contributing-tutorial.md) for details. ## 🌐 Live Docs