We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bootstrap-vue.netlify.app
1 parent 9f78f32 commit f509599Copy full SHA for f509599
docs/components/header.vue
@@ -53,7 +53,7 @@
53
<b-dropdown-item v-else-if="isLocal" active href="/">
54
Local copy
55
</b-dropdown-item>
56
- <b-dropdown-item :active="isDev" href="https://bootstrap-vue.netlify.com" rel="nofollow">
+ <b-dropdown-item :active="isDev" href="https://bootstrap-vue.netlify.app" rel="nofollow">
57
Development
58
59
<b-dropdown-item href="https://bootstrap-vue.js.org">
@@ -64,7 +64,7 @@
64
<b-dropdown-item active href="https://bootstrap-vue.js.org">
65
Latest (v{{ version }})
66
67
- <b-dropdown-item href="https://bootstrap-vue.netlify.com" rel="nofollow">
+ <b-dropdown-item href="https://bootstrap-vue.netlify.app" rel="nofollow">
68
69
70
</template>
0 commit comments