We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe97b2 commit 7ac165dCopy full SHA for 7ac165d
2 files changed
demo/src/universal/plugin.tsx
@@ -38,7 +38,7 @@ export default async function registerPlugins() {
38
39
await plugins.register(Inject);
40
41
- // plugin API 见 https://yuque.antfin.com/ali-lowcode/docs/cdukce
+ // plugin API 见 https://lowcode-engine.cn/docV2/ibh9fh
42
SchemaPlugin.pluginName = 'SchemaPlugin';
43
await plugins.register(SchemaPlugin);
44
packages/plugin-datasource-pane/README.md
@@ -126,4 +126,4 @@ WIP
126
127
# 参考
128
129
-* [搭建协议规范](https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema)
+* [搭建协议规范](https://lowcode-engine.cn/lowcode)
0 commit comments