diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-03 13:11:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-03 13:11:40 +0800 |
| commit | 9db143922cb23db337b1432be84c4f8ccbce6c23 (patch) | |
| tree | c6ae892eebca47cfcad8d987cfe2b428a099ec25 | |
| parent | 8422e0ada52d8036c32257d84f069776e520079e (diff) | |
Fix the resource path issue on the English documentation entry page.
| -rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 187fe8d..762dd5e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ <p align="center"> <a href="https://github.com/CatilGrass/mingling"> - <img alt="Mingling" src="../res/icon_shadow.png" width="40%"> + <img alt="Mingling" src="res/icon_shadow.png" width="40%"> </a> </p> <h1 align="center">Mingling Documentation</h1> |
