File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ export default class Navigation extends React.Component {
30
30
...links ,
31
31
{
32
32
title : 'GitHub Repository' ,
33
- url : '//github.com/webpack/webpack' ,
33
+ url : 'https: //github.com/webpack/webpack' ,
34
34
className : 'navigation__item--icon' ,
35
35
content : < i className = "icon-github" />
36
36
} ,
37
37
{
38
38
title : 'Webpack on Stack Overflow' ,
39
- url : '//stackoverflow.com/questions/tagged/webpack' ,
39
+ url : 'https: //stackoverflow.com/questions/tagged/webpack' ,
40
40
className : 'navigation__item--icon' ,
41
41
content : < i className = "icon-stack-overflow" />
42
42
} ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class Site extends React.Component {
71
71
} ,
72
72
{ content : 'Contribute' , url : '/contribute' } ,
73
73
{ content : 'Vote' , url : '/vote' } ,
74
- { content : 'Blog' , url : '//medium.com/webpack' }
74
+ { content : 'Blog' , url : 'https: //medium.com/webpack' }
75
75
] } />
76
76
77
77
{ window . document !== undefined ? (
You can’t perform that action at this time.
0 commit comments