File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<ItemRow >
3
- <img slot =" icon" :src =" 'http: //avatars.io/twitter/' + twitter" class =" avatar" >
3
+ <img slot =" icon" :src =" '//avatars.io/twitter/' + twitter" class =" avatar" >
4
4
<a :href =" 'https://twitter.com/' + twitter" target =" _blank" >
5
5
{{ name }}
6
6
</a >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<ItemRow >
3
- <img slot =" icon" :src =" 'http: //avatars.io/twitter/' + twitter" class =" avatar" >
3
+ <img slot =" icon" :src =" '//avatars.io/twitter/' + twitter" class =" avatar" >
4
4
<a :href =" 'https://twitter.com/' + twitter" target =" _blank" >
5
5
{{ name }}
6
6
</a >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ module.exports = {
88
88
} ,
89
89
{
90
90
text : 'Meetup' ,
91
- link : 'http: //meetup.com/vue-bangalore'
91
+ link : '//meetup.com/vue-bangalore'
92
92
} ,
93
93
{
94
94
text : 'Twitter' ,
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ agenda:
16
16
type : talk
17
17
issue : https://github.com/znck/vue-bangalore/issues/3
18
18
speaker : Swapnil Agarwal <@SwapAgarwal>
19
- deck : http: //slides.com/swapnilagarwal/testing-vue-components
19
+ deck : //slides.com/swapnilagarwal/testing-vue-components
20
20
- title : ComponentLib
21
- website : http: //www.componentlib.org
21
+ website : //www.componentlib.org
22
22
type : show
23
23
speaker : Souvik Basu <@souvikbasu>
24
24
photos :
You can’t perform that action at this time.
0 commit comments