diff --git a/docs/main/developer_guides/publish_your_first_mod.md b/docs/main/developer_guides/publish_your_first_mod.md index 9f667671b5..529548819c 100644 --- a/docs/main/developer_guides/publish_your_first_mod.md +++ b/docs/main/developer_guides/publish_your_first_mod.md @@ -4,7 +4,7 @@ In the tutorial [Create Your First Mod](create_your_first_mod.md), we created a ### Prerequisites -First, make sure you have installed [lip](https://github.com/futrime/lip). +First, make sure you have installed [lip](https://futrime.github.io/lip). You should also have followed the steps in [Create Your First Mod](create_your_first_mod.md) to create a mod, where the exported mod directory has a structure similar to the following: diff --git a/docs/main/developer_guides/publish_your_first_mod.zh.md b/docs/main/developer_guides/publish_your_first_mod.zh.md index d139e1bfa5..51d1c9e8dd 100644 --- a/docs/main/developer_guides/publish_your_first_mod.zh.md +++ b/docs/main/developer_guides/publish_your_first_mod.zh.md @@ -4,7 +4,7 @@ ### 前置条件 -首先,你应当确保你安装了[lip](https://github.com/futrime/lip)。 +首先,你应当确保你安装了[lip](https://futrime.github.io/lip)。 你还应当按照[创建你的第一个模组](create_your_first_mod.md)中的步骤创建了一个模组,其中模组导出目录有类似如下的结构: diff --git a/docs/main/developer_guides/publish_your_first_pack.md b/docs/main/developer_guides/publish_your_first_pack.md index bc8658c842..43904a4e78 100644 --- a/docs/main/developer_guides/publish_your_first_pack.md +++ b/docs/main/developer_guides/publish_your_first_pack.md @@ -1,6 +1,6 @@ # Publishing your first pack -First, you should ensure that you have installed [lip](https://github.com/futrime/lip). +First, you should ensure that you have installed [lip](https://futrime.github.io/lip). ## Creating a Repository diff --git a/docs/main/developer_guides/publish_your_first_pack.zh.md b/docs/main/developer_guides/publish_your_first_pack.zh.md index 445444de63..a1440548bb 100644 --- a/docs/main/developer_guides/publish_your_first_pack.zh.md +++ b/docs/main/developer_guides/publish_your_first_pack.zh.md @@ -1,6 +1,6 @@ # 发布你的第一个整合包 -首先,你应当确保你安装了[lip](https://github.com/futrime/lip)。 +首先,你应当确保你安装了[lip](https://futrime.github.io/lip)。 ## 创建一个仓库