diff --git a/examples/docs/en-US/table.md b/examples/docs/en-US/table.md index 3d78fe6650..0cdcfe537f 100644 --- a/examples/docs/en-US/table.md +++ b/examples/docs/en-US/table.md @@ -1088,7 +1088,7 @@ Filter the table to find desired data. ### Custom column template Customize table column so it can be integrated with other components. -:::demo You have access to the following data: row, column, $index and store (state management of Table) by [Scoped slot](https://vuejs.org/v2/guide/components.html#Scoped-Slots). +:::demo You have access to the following data: row, column, $index and store (state management of Table) by [Scoped slot](https://v2.vuejs.org/v2/guide/components-slots#Scoped-Slots). ```html