huggingface_hub
e118ecc8 - Fix documentation link formatting in README_cn (#2615)

Commit
1 year ago
Fix documentation link formatting in README_cn (#2615) This PR fixes the formatting of documentation and source code links in the README. Current issue: The links are enclosed in backticks, which causes them to be displayed as code instead of clickable links. Changes made: - Removed backticks surrounding the documentation and source code links - Kept the HTML <a> tags to maintain the "target="_blank" functionality Reason for change: This formatting error affects the usability of the README, as users cannot directly click on the links. The fix improves navigation and overall user experience when viewing the project's GitHub page. Related files: - README.md
Author
Parents
Loading