Skip to content

Commit ebdd631

Browse files
author
Pooya Parsa
committed
update docs
1 parent 7e910f0 commit ebdd631

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/nuxt/components/componentdoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
return '<' + this.componentName + '>';
150150
},
151151
githubURL() {
152-
const base = 'https://github.com/bootstrap-vue/bootstrap-vue/tree/master/lib/components';
152+
const base = 'https://github.com/bootstrap-vue/bootstrap-vue/tree/alpha/lib/components';
153153
return base + '/' + _.kebabCase(this.component).replace('b-', '') + '.vue';
154154
}
155155
}

docs/nuxt/includes/nav.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
</b-navbar>
3535
<b-alert show class="mb-4" variant="warning">
36-
🔥 <a target="_blank" href="http://blog.getbootstrap.com/2017/08/10/bootstrap-4-beta">Bootstrap 4.Beta is out !</a>
36+
<a target="_blank" href="http://blog.getbootstrap.com/2017/08/10/bootstrap-4-beta">Bootstrap4 Beta is releaed.</a>
3737
This docs are based on v4-alpha.6 release of Bootstrap.
3838
<br>
3939
We are heavily working on a stable version, If interested to preview see
40-
<a target="_blank" href="https://bootstrap-vue.now.sh"> Beta Docs </a>
40+
<a target="_blank" href="https://bootstrap-vue.js.org"> Beta Docs </a>
4141
</b-alert>
4242
</div>
4343
</template>

docs/nuxt/layouts/docs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
components: { mSidebar, mNav, mFooter },
4141
computed: {
4242
editPageURL() {
43-
const base = 'https://github.com/bootstrap-vue/bootstrap-vue/tree/master';
43+
const base = 'https://github.com/bootstrap-vue/bootstrap-vue/tree/dev';
4444
let path = this.$route.path;
4545
if (path === '/') {
4646
path = '';

0 commit comments

Comments
 (0)