Skip to content

Commit efb5b02

Browse files
committed
chore: update documentation domain
1 parent 4898721 commit efb5b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3535
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
3636
3. To load them, you need to restart the server
3737

38-
For more information, please refer to [the documentation](https://legacy-script-engine.levimc.org)
38+
For more information, please refer to [the documentation](https://lse.levimc.org)
3939

4040
## Some helpful project for plugin development
4141

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
3434
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3535
3. 重启服务器后,插件就会被加载
3636

37-
更多信息请参见[文档](https://legacy-script-engine.levimc.org)
37+
更多信息请参见[文档](https://lse.levimc.org)
3838

3939
## 一些对插件开发有帮助的项目
4040

src/legacy/api/LoggerAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Local<Value> LoggerClass::setConsole(const Arguments& args) {
141141
if (args.size() >= 2) {
142142
getEngineOwnData()->logger->getSink(0)->setFlushLevel(
143143
static_cast<LogLevel>(args[1].asNumber().toInt32() - 1)
144-
); // See LSE's definition https://legacy-script-engine.levimc.org/apis/ScriptAPI/Logger/
144+
); // See LSE's definition https://lse.levimc.org/apis/ScriptAPI/Logger/
145145
}
146146
if (!args[0].asBoolean().value()) {
147147
getEngineOwnData()->logger->getSink(0)->setFlushLevel(LogLevel::Off);

0 commit comments

Comments
 (0)