huggingface / dataspeech

MIT License
222 stars 23 forks source link

Fix Broken Hyperlink in README #18

Closed Haleshot closed 1 month ago

Haleshot commented 1 month ago

Summary

This pull request addresses a small issue with a broken hyperlink in the documentation. The link previously pointed to the wrong location. The fix corrects the hyperlink to the intended file path.

Description of Changes

The broken hyperlink was in the README.md file and referred to /examples/run_main_1k.sh instead of the correct path /examples/tagging/run_main_1k.sh. This pull request makes the following change:

Additional Information

While creating this PR, I noticed that there are no specific issue or pull request templates in the .github directory (no .github folder itself). These templates can help streamline contributions and maintain consistency in reporting issues and creating PRs.

If the maintainers are interested, I'd be happy to create a basic issue and pull request template for the repository. These templates can include sections for bug reports, feature requests, and pull request details, based on common conventions.

Please let me know if you'd like me to proceed with creating these templates or if there's a specific format you'd prefer.

Review and Feedback

Thank you for reviewing this pull request. I look forward to your feedback and any suggestions for further improvements or changes.

ylacombe commented 1 month ago

Hey @Haleshot, thanks for opening this PR, nice spot ;)

If the maintainers are interested, I'd be happy to create a basic issue and pull request template for the repository. These templates can include sections for bug reports, feature requests, and pull request details, based on common conventions.

Would be great! Feel free to open a PR with those and some examples, when you have time, thanks!