Skip to content

Commit 58fa8b8

Browse files
committed
Fixes #7 - bootstrap not loading from layout.html. MaxCDN went away.
1 parent 7d9d41a commit 58fa8b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ch05-a-realistic-api/templates/shared/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<title>Weather API</title>
1212

13-
<link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
13+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
1414
<link href="/static/css/theme.css" rel="stylesheet">
1515
<link href="/static/css/docs.css" rel="stylesheet">
1616
</head>

ch06-error-handling-and-perf/templates/shared/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<title>Weather API</title>
1212

13-
<link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
13+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
1414
<link href="/static/css/theme.css" rel="stylesheet">
1515
<link href="/static/css/docs.css" rel="stylesheet">
1616
</head>

ch07-inbound-data/templates/shared/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<title>Weather API</title>
1212

13-
<link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
13+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
1414
<link href="/static/css/theme.css" rel="stylesheet">
1515
<link href="/static/css/docs.css" rel="stylesheet">
1616
</head>

ch08-deployment/templates/shared/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<title>Weather API</title>
1212

13-
<link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
13+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
1414
<link href="/static/css/theme.css" rel="stylesheet">
1515
<link href="/static/css/docs.css" rel="stylesheet">
1616
</head>

0 commit comments

Comments
 (0)