Skip to content

Commit c8d2842

Browse files
authored
docs(router support): minor documenttaion update
1 parent 6803e0f commit c8d2842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/markdown/reference/router-links/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and [official Nuxt docs](https://nuxtjs.org/).
99

1010
In the following sections, we are using the `<b-link>` component to render router links.
1111
`<b-link>` is the building block of most of Bootstrap-Vue's _actionable_ components.
12-
You could use any other component that supports link generation such as
12+
You could use any other component that supports link generation such as [`<b-link>`](/docs/components/link),
1313
[`<b-button>`](/docs/components/button), [`<b-breadcrumb-item>`](/docs/components/breadcrumb),
1414
[`<b-list-group-item>`](/docs/components/list-group), [`<b-nav-item>`](/docs/components/nav),
1515
[`<b-dropdown-item>`](/docs/components/dropdown), and [`<b-pagination-nav>`](/docs/components/pagination-nav).

0 commit comments

Comments
 (0)