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.
1 parent c675cf8 commit 27ec754Copy full SHA for 27ec754
docs/pages/docs/index.js
@@ -47,7 +47,7 @@ export default {
47
},
48
computed: {
49
hrefBootstrapBrowserDevices() {
50
- return `//getbootstrap.com/docs/${bootstrapVersionMinor}/getting-started/browsers-devices`
+ return `//getbootstrap.com/docs/${this.bootstrapVersionMinor}/getting-started/browsers-devices`
51
52
// TODO: pull this from the meta.json file
53
meta() {
0 commit comments