Fix CONTRIBUTING.md file path typo in README (#4105)

Co-authored-by: Peter Hedenskog <peter@soulgalore.com>
This commit is contained in:
Thibaud Colas 2024-03-12 15:19:56 +00:00 committed by GitHub
parent 509a4cd54d
commit 11efc52f3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.