🌐 AI搜索 & 代理 主页
Skip to content

Commit f509599

Browse files
authored
chore(docs): update dev docs url to bootstrap-vue.netlify.app (#5059)
1 parent 9f78f32 commit f509599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<b-dropdown-item v-else-if="isLocal" active href="/">
5454
Local copy
5555
</b-dropdown-item>
56-
<b-dropdown-item :active="isDev" href="https://bootstrap-vue.netlify.com" rel="nofollow">
56+
<b-dropdown-item :active="isDev" href="https://bootstrap-vue.netlify.app" rel="nofollow">
5757
Development
5858
</b-dropdown-item>
5959
<b-dropdown-item href="https://bootstrap-vue.js.org">
@@ -64,7 +64,7 @@
6464
<b-dropdown-item active href="https://bootstrap-vue.js.org">
6565
Latest (v{{ version }})
6666
</b-dropdown-item>
67-
<b-dropdown-item href="https://bootstrap-vue.netlify.com" rel="nofollow">
67+
<b-dropdown-item href="https://bootstrap-vue.netlify.app" rel="nofollow">
6868
Development
6969
</b-dropdown-item>
7070
</template>

0 commit comments

Comments
 (0)