Skip to content

Commit 286b1ca

Browse files
committed
2 parents 9de47cb + 6d2a317 commit 286b1ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/views/dashboard/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ export default {
2525
attentionItems: [
2626
{
2727
title: '新手指南',
28-
titleUrl: 'https://www.diboot.com/docs/beginner/bootstrap.html',
28+
titleUrl: 'https://www.diboot.com/guide/beginner/bootstrap.html',
2929
description: 'diboot新用户,先通读官网文档'
3030
},
3131
{
3232
title: '配置角色&资源权限',
33-
titleUrl: 'https://www.diboot.com/docs/diboot-element-admin/permission.html',
33+
titleUrl: 'https://www.diboot.com/guide/diboot-element-admin/permission.html',
3434
description: '参考链接官网文档,配置资源权限'
3535
},
3636
{
3737
title: '后端打包时剔除devtools',
38-
titleUrl: 'https://www.diboot.com/docs/diboot-devtools/introduce.html',
38+
titleUrl: 'https://www.diboot.com/guide/diboot-devtools/introduce.html',
3939
description: 'diboot-devtools 是用于开发过程的助手工具,打包发布前须剔除devtools jar,具体请参考链接官网文档。'
4040
},
4141
{
4242
title: '常用问题FAQ',
43-
titleUrl: 'https://www.diboot.com/docs/notes/faq/main.html',
43+
titleUrl: 'https://www.diboot.com/guide/spring-boot/faq.html',
4444
description:
4545
'使用中有疑问可参考FAQ 或 通过github/gitee查找技术交流群沟通'
4646
},

0 commit comments

Comments
 (0)