Skip to content

Commit 5967e4b

Browse files
committed
docs: update docs url
1 parent d312609 commit 5967e4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="https://img.shields.io/github/check-runs/SmileYik/LuaInMinecraftBukkitII/master?style=flat-square" alt="GitHub branch check runs"/>
1515
<img src="https://img.shields.io/github/actions/workflow/status/SmileYik/LuaInMinecraftBukkitII/gradle.yml?style=flat-square" alt="GitHub Actions Workflow Status"/>
1616
<img src="https://img.shields.io/github/license/SmileYik/LuaInMinecraftBukkitII?style=flat-square" alt="GitHub License"/>
17-
<a href="https://github.com/SmileYik/LuaInMinecraftBukkitII/blob/gh-page/docs/QuickStart.md">
17+
<a href="https://github.com/SmileYik/LuaInMinecraftBukkitII/blob/gh-page/docs/en/QuickStart.md">
1818
<img src="https://img.shields.io/badge/DOCS-QuickStart-blue?style=flat-square" alt="Docs-QuickStart"/>
1919
</a>
2020
</p>

docs/README.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<img src="https://img.shields.io/github/check-runs/SmileYik/LuaInMinecraftBukkitII/master?style=flat-square" alt="GitHub branch check runs"/>
1212
<img src="https://img.shields.io/github/actions/workflow/status/SmileYik/LuaInMinecraftBukkitII/gradle.yml?style=flat-square" alt="GitHub Actions Workflow Status"/>
1313
<img src="https://img.shields.io/github/license/SmileYik/LuaInMinecraftBukkitII?style=flat-square" alt="GitHub License"/>
14-
<a href="https://github.com/SmileYik/LuaInMinecraftBukkitII/blob/gh-page/docs/QuickStart.md">
14+
<a href="https://github.com/SmileYik/LuaInMinecraftBukkitII/blob/gh-page/docs/zh/QuickStart.md">
1515
<img src="https://img.shields.io/badge/DOCS-QuickStart-blue?style=flat-square" alt="Docs-QuickStart"/>
1616
</a>
1717
</p>
1818

1919
[luajava-jasonsantos]: https://github.com/jasonsantos/luajava
2020
[luajava-smileyik]: https://github.com/SmileYik/luajava
21-
[lua-pool-example]: https://github.com/SmileYik/LuaInMinecraftBukkitII/blob/gh-page/docs/en/GlobalVariable.md#pooledcallable---transform-a-lua-closure-into-a-closure-that-can-be-run-in-the-lua-pool
21+
[lua-pool-example]: https://github.com/SmileYik/LuaInMinecraftBukkitII/blob/gh-page/docs/zh/GlobalVariable.md#pooledcallable---transform-a-lua-closure-into-a-closure-that-can-be-run-in-the-lua-pool
2222
[jni-bridge]: ../modules/jni-bridge
2323

2424
## 简介
@@ -132,5 +132,5 @@ stop
132132

133133
下图是一个简单的玩家加入服务器事件, 不过事件处理逻辑由 Cpp 端处理.
134134

135-
![ffi-plugin](../ffi-plugin.png)
135+
![ffi-plugin](./ffi-plugin.png)
136136

0 commit comments

Comments
 (0)