Skip to content

Commit d752860

Browse files
committed
remove insecure URLs
1 parent e223579 commit d752860

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.vuepress/components/EventSpeaker.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<ItemRow>
3-
<img slot="icon" :src="'http://avatars.io/twitter/' + twitter" class="avatar">
3+
<img slot="icon" :src="'//avatars.io/twitter/' + twitter" class="avatar">
44
<a :href="'https://twitter.com/' + twitter" target="_blank">
55
{{ name }}
66
</a>

.vuepress/components/EventSponsor.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<ItemRow>
3-
<img slot="icon" :src="'http://avatars.io/twitter/' + twitter" class="avatar">
3+
<img slot="icon" :src="'//avatars.io/twitter/' + twitter" class="avatar">
44
<a :href="'https://twitter.com/' + twitter" target="_blank">
55
{{ name }}
66
</a>

.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
},
8989
{
9090
text: 'Meetup',
91-
link: 'http://meetup.com/vue-bangalore'
91+
link: '//meetup.com/vue-bangalore'
9292
},
9393
{
9494
text: 'Twitter',

04-future-of-vue.js/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ agenda:
1616
type: talk
1717
issue: https://github.com/znck/vue-bangalore/issues/3
1818
speaker: Swapnil Agarwal <@SwapAgarwal>
19-
deck: http://slides.com/swapnilagarwal/testing-vue-components
19+
deck: //slides.com/swapnilagarwal/testing-vue-components
2020
- title: ComponentLib
21-
website: http://www.componentlib.org
21+
website: //www.componentlib.org
2222
type: show
2323
speaker: Souvik Basu <@souvikbasu>
2424
photos:

0 commit comments

Comments
 (0)