Skip to content

Commit f0def76

Browse files
committed
fix: update helper link to docs URL
1 parent c03e070 commit f0def76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const navToGitHub = () => {
177177
};
178178
179179
const navToHelper = () => {
180-
window.open('http://tdesign.tencent.com/starter/docs/get-started');
180+
window.open('https://tdesign.tencent.com/starter/docs/vue-next/get-started');
181181
};
182182
</script>
183183
<style lang="less" scoped>

0 commit comments

Comments
 (0)