From 11efc52f3d895595a14015643d94970cdba2d833 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 12 Mar 2024 15:19:56 +0000 Subject: [PATCH] Fix CONTRIBUTING.md file path typo in README (#4105) Co-authored-by: Peter Hedenskog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b161285f..44034ce91 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ We welcome contributions from the community! Whether you're fixing a bug, adding 5. **Test**: Run tests to ensure everything works as expected. 6. **Submit a Pull Request**: Push your changes to your fork and submit a pull request to the main repository. -Before contributing, please read our [CONTRIBUTING.md](.gitub/CONTRIBUTING.md) for more detailed information on how to contribute. +Before contributing, please read our [CONTRIBUTING.md](.github/CONTRIBUTING.md) for more detailed information on how to contribute. # Reporting Issues Found a bug or have a feature request? Please use the [GitHub Issues](https://github.com/sitespeedio/sitespeed.io/issues) to report them. Be sure to check existing issues to avoid duplicates.