Skip to content

Commit 9cc6f6a

Browse files
Phillip Spitlerpetebacondarwin
authored andcommitted
fix(index): remove invalid path references
A few invalid paths which were referenced in index.html were removed. These paths became invalid due to commit daf71f2 which moved where the bower_components directory is placed. Closes angular#184
1 parent daf71f2 commit 9cc6f6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<title>My AngularJS App</title>
1010
<meta name="description" content="">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<link rel="stylesheet" href="../bower_components/html5-boilerplate/css/normalize.css">
13-
<link rel="stylesheet" href="../bower_components/html5-boilerplate/css/main.css">
12+
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
13+
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
1414
<link rel="stylesheet" href="css/app.css"/>
15-
<script src="../bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
15+
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
1616
</head>
1717
<body>
1818
<ul class="menu">

0 commit comments

Comments
 (0)