Skip to content

Commit 1d3a05f

Browse files
committed
Merge branch 'develop' into bugfix/permission-fe
2 parents 0c18661 + a40bad2 commit 1d3a05f

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)