File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webview-ui/src/components/welcome Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ import { buildDocLink } from "@src/utils/docLinks"
88const tips = [
99 {
1010 icon : "codicon-account" ,
11- href : buildDocLink ( "basic-usage/using-modes" , "tips " ) ,
11+ href : buildDocLink ( "basic-usage/using-modes" , "tips_custom_modes " ) ,
1212 titleKey : "rooTips.customizableModes.title" ,
1313 descriptionKey : "rooTips.customizableModes.description" ,
1414 page : "/basic-usage/using-modes" ,
1515 } ,
1616 {
1717 icon : "codicon-list-tree" ,
18- href : buildDocLink ( "features/boomerang-tasks" , "tips " ) ,
18+ href : buildDocLink ( "features/boomerang-tasks" , "tips_boomerang " ) ,
1919 titleKey : "rooTips.boomerangTasks.title" ,
2020 descriptionKey : "rooTips.boomerangTasks.description" ,
2121 page : "/features/boomerang-tasks" ,
You can’t perform that action at this time.
0 commit comments