diff --git a/docs/en/quickstart/01project/01create-project.md b/docs/en/quickstart/01project/01create-project.md index 5c4bac4..ed95a84 100644 --- a/docs/en/quickstart/01project/01create-project.md +++ b/docs/en/quickstart/01project/01create-project.md @@ -4,7 +4,7 @@ lastUpdated: true # Getting Started -MCFPP currently offers two usage methods: directly using the command line or building with Gradle. For simple functionalities, the command line is recommended. Gradle provides more extensive support, such as MNI. +MCFPP currently offers two usage methods: directly using the command line or building with Gradle. For simple functionalities, the command line is recommended. Gradle provides more extensive support, such as [MNI](../11mni/01mni-framework.md). ## Compiling with Command Line diff --git a/docs/zh/quickstart/01project/01create-project.md b/docs/zh/quickstart/01project/01create-project.md index 58f88ef..63141c5 100644 --- a/docs/zh/quickstart/01project/01create-project.md +++ b/docs/zh/quickstart/01project/01create-project.md @@ -4,7 +4,7 @@ lastUpdated: true # 开始使用 -MCFPP目前提供了两种使用方法:直接使用命令行,或者借助Gradle进行构建。如果只是使用简单的功能,推荐使用命令行。Gradle则提供了更多的功能支持,例如MNI。 +MCFPP目前提供了两种使用方法:直接使用命令行,或者借助Gradle进行构建。如果只是使用简单的功能,推荐使用命令行。Gradle则提供了更多的功能支持,例如[MNI](../11mni/01mni-framework.md)。 ## 使用命令行编译