Skip to content

Commit

Permalink
Fix todo list doc path
Browse files Browse the repository at this point in the history
`docs/todo-list` gives a 404, the doc for the todo list in under `docs/list`
  • Loading branch information
Liboul authored Jan 31, 2024
1 parent aa0b607 commit 90e57fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/config/customizer-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const customizerPlugins = {
id: 'todoli',
label: 'Todo List',
value: todoListValue,
route: '/docs/todo-list',
route: '/docs/list',
plugins: [ELEMENT_TODO_LI],
},
toggle: {
Expand Down

0 comments on commit 90e57fe

Please sign in to comment.