Skip to content

Commit

Permalink
docs(): fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Jan 26, 2017
1 parent 4c8fbe2 commit d3133df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/template.ejs
Expand Up @@ -11,7 +11,7 @@

<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" />
<% for (var file in webpackConfig.template.cssFiles) { %>
<link href="<%= '/generator-angular-fullstack' + webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
<link href="<%= webpackConfig.template.cssFiles[file] %>" rel="stylesheet">
<% } %>

<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
Expand All @@ -20,7 +20,7 @@
<%- webpackConfig.html %>

<% for (var script of webpackConfig.template.jsFiles) { %>
<script src="<%= '/generator-angular-fullstack' + script %>"></script>
<script src="<%= script %>"></script>
<% } %>

<script>
Expand Down

0 comments on commit d3133df

Please sign in to comment.