Skip to content

Commit 15907de

Browse files
committed
chore: replace old url
1 parent 8cb9e09 commit 15907de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/apis/LanguageSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Currently, LSE supports writing plugins in the following languages:
1818

1919
!!! tip
2020
If you need to write plugins in native languages such as C++, Go, Rust, etc., please go
21-
to [Home](https://lamina.liteldev.com) for other language documentation
21+
to [Home](https://lamina.levimc.org) for other language documentation
2222

2323
## JavaScript language support description
2424

docs/apis/LanguageSupport.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| `Python` | 使用 CPython 引擎运行插件,支持 pip 包管理 |
1616

1717
!!! tip
18-
如果需要使用 C++、Go、Rust 等原生语言编写插件,请移步 [主页](https://lamina.liteldev.com) 查看其他语言文档
18+
如果需要使用 C++、Go、Rust 等原生语言编写插件,请移步 [主页](https://lamina.levimc.org) 查看其他语言文档
1919

2020
## JavaScript 语言支持说明
2121

docs/tutorials/create_your_first_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ editor that works well for this tutorial, otherwise [VSCode](https://code.visual
1212
editor with a lot of powerful features.
1313

1414
You will also need to set up a clean LeviLamina installation, details on how to install LeviLamina can be
15-
found [here](https://lamina.liteldev.com/install/). This server will be used to test your plugin.
15+
found [here](https://lamina.levimc.org/install/). This server will be used to test your plugin.
1616

1717
With your IDE in hand, and the server installation complete, you are ready to begin!
1818

docs/tutorials/create_your_first_plugin.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [Atom](https://atom.io/) 是轻量级的编辑器,在本教程中很好用。
1111
- [VSCode](https://code.visualstudio.com/) 也是一个广泛使用的编辑器,具有很多强大的功能。
1212

13-
你还需要建立一个干净的LeviLamina安装,关于如何安装LeviLamina的细节可以在[这里](https://lamina.liteldev.com/zh/install/)
13+
你还需要建立一个干净的LeviLamina安装,关于如何安装LeviLamina的细节可以在[这里](https://lamina.levimc.org/zh/install/)
1414
找到。这个服务器将被用来测试你的插件。
1515

1616
有了你的开发环境,并完成了服务器的安装,你就可以开始了!

0 commit comments

Comments
 (0)