Skip to content

Commit 52e5f91

Browse files
committed
fix link error
1 parent 34f567a commit 52e5f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ It's defination is like this:
395395
func test(params...) -> returnType = packagename.classname.funcname;
396396
```
397397
398-
Here's an example, also a part of mcfpp basic library, that is the implementation of print function. If you want to know more about MNI, you can check [here](/zh/quickstart/10mni/01mni-framework).
398+
Here's an example, also a part of mcfpp basic library, that is the implementation of print function. If you want to know more about MNI, you can check [here](/zh/quickstart/11mni/01mni-framework).
399399
400400
**System.java**
401401

docs/zh/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ native可以被声明在类或者函数中,用于在**编译**阶段调用运
390390
func test(params...) -> returnType = packagename.classname.funcname;
391391
```
392392
393-
这是一个例子,也是mcfpp基本库的一部分,即print函数的实现。如果要详细了解MNI的使用,可以查看[这里](/zh/quickstart/10mni/01mni-framework)。
393+
这是一个例子,也是mcfpp基本库的一部分,即print函数的实现。如果要详细了解MNI的使用,可以查看[这里](/zh/quickstart/11mni/01mni-framework)。
394394
395395
**System.java**
396396

0 commit comments

Comments
 (0)