Skip to content

Commit 69d424b

Browse files
authored
Fix file linking issues (#127)
The README.md file links to CONTRIBUTING_zh_Hans.md and README_zh_Hans.md, but these two files are named as CONTRIBUTING.zh_Hans.md and README.zh_Hans.md in the repository. Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
1 parent 4f0b151 commit 69d424b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
English | [简体中文](CONTRIBUTING_zh_Hans.md)
5+
English | [简体中文](CONTRIBUTING.zh_Hans.md)
66

77
</div>
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div align="center">
66

7-
English | [简体中文](README_zh_Hans.md)
7+
English | [简体中文](README.zh_Hans.md)
88

99
</div>
1010

README.zh_Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bash scripts/install.sh
6969

7070
## 贡献指南
7171

72-
请参考 [贡献指南](CONTRIBUTING_zh_Hans.md)
72+
请参考 [贡献指南](CONTRIBUTING.zh_Hans.md)
7373

7474
## 许可证
7575

@@ -106,4 +106,4 @@ bash scripts/install.sh
106106
感谢初代为 Miloco 奋斗的小伙伴们:zhaoy、yangyongjie、xx、Changyu、yyk、junhui、郭兴宝、47、afei。你们的热情与才华,是 Miloco 持续创新、不断前进的根本动力。
107107

108108
特别感谢:
109-
- [llama.cpp](https://github.com/ggml-org/llama.cpp) 开源项目提供推理后端能力
109+
- [llama.cpp](https://github.com/ggml-org/llama.cpp) 开源项目提供推理后端能力

0 commit comments

Comments
 (0)