Skip to content

Commit e975387

Browse files
authored
Merge pull request #1 from vikadata/fix/update-website-url
Update website URL in widget configuration
2 parents 74a83f0 + 4828058 commit e975387

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.16",
2+
"version": "0.0.17",
33
"description": "a apitable widget",
44
"engines": {
55
"node": ">=8.x"

widget.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"zh-CN": "通过编写简短的脚本,来减少重复任务所花费的时间,实现快捷的自定义能力",
1818
"en-US": "Reduce the time spent on repetitive tasks by writing short scripts for quick customization capabilities"
1919
},
20-
"website": "https://developers.vika.cn/script/introduction/",
20+
"website": "https://help.vika.cn/docs/guide/intro-widget-script/",
2121
"sandbox": true
22-
}
22+
}

0 commit comments

Comments
 (0)