Skip to content

Commit 0ffeb4d

Browse files
authored
Merge pull request alibaba#79 from alex-mm/fix/internalDocUrl
fix: 修正一些对内的地址
2 parents 95d7394 + 07cc1f2 commit 0ffeb4d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

packages/designer/tests/fixtures/component-metadata/button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
componentName: 'Button',
66
},
77
title: '按钮',
8-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
8+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
99
devMode: 'procode',
1010
tags: ['布局'],
1111
configure: {

packages/designer/tests/fixtures/component-metadata/dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
componentName: 'Dialog',
66
},
77
title: '容器',
8-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
8+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
99
devMode: 'procode',
1010
tags: ['布局'],
1111
configure: {

packages/designer/tests/fixtures/component-metadata/div.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
componentName: 'Div',
66
},
77
title: '容器',
8-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
8+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
99
devMode: 'procode',
1010
tags: ['布局'],
1111
configure: {

packages/designer/tests/fixtures/component-metadata/form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
package: '@ali/vc-form',
55
},
66
title: '表单',
7-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
7+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
88
devMode: 'procode',
99
tags: ['布局'],
1010
configure: {

packages/designer/tests/fixtures/component-metadata/other.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
package: '@ali/vc-other',
55
},
66
title: '容器',
7-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
7+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
88
devMode: 'procode',
99
tags: ['布局'],
1010
configure: {

packages/designer/tests/fixtures/component-metadata/page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
package: '@ali/vc-page',
55
},
66
title: '容器',
7-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
7+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
88
devMode: 'procode',
99
tags: ['布局'],
1010
configure: {

packages/designer/tests/fixtures/component-metadata/root-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
package: '@ali/vc-page',
55
},
66
title: '容器',
7-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
7+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
88
devMode: 'procode',
99
tags: ['布局'],
1010
configure: {

packages/designer/tests/fixtures/component-metadata/root-footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
package: '@ali/vc-page',
55
},
66
title: '容器',
7-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
7+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
88
devMode: 'procode',
99
tags: ['布局'],
1010
configure: {

packages/designer/tests/fixtures/component-metadata/root-header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
package: '@ali/vc-page',
55
},
66
title: '容器',
7-
docUrl: 'http://gitlab.alibaba-inc.com/vision-components/vc-block/blob/master/README.md',
7+
docUrl: 'https://github.com/alibaba/lowcode-materials/tree/main/docs',
88
devMode: 'procode',
99
tags: ['布局'],
1010
configure: {

0 commit comments

Comments
 (0)