Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 44119f3

Browse files
empyricalmarclaval
authored andcommitted
Fix bootstrap CDN link for HTTPS users
1 parent 0f3c71c commit 44119f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pages/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html(lang=en)
55
meta(http-equiv="X-UA-Compatible" content="IE=edge")
66
meta(name="viewport" content="width=device-width, initial-scale=1")
77
title react-native-renderer
8-
link(rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css")
8+
link(rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css")
99
style(type='text/css').
1010
body {
1111
padding-top: 50px;

0 commit comments

Comments
 (0)