Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Feb 9, 2014
1 parent 0adca0d commit f3328c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function applyTemplate(html, name) {
if (name === "index") {
content.rootstyle = "."
content.rootdoc = "docs"
content.rootdemo = ""
content.rootdemo = "."
} else {
content.rootstyle = ".."
content.rootdoc = "."
Expand Down
6 changes: 3 additions & 3 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ <h4 id="ideas">Ideas</h4>
</ul>
<h4>Demos</h4>
<ul>
<li><a href="/demos/demo-table.html">Table Demo</a></li>
<li><a href="/demos/demo-map.html">Map Demo</a></li>
<li><a href="/demos/demo-chart.html">Chart Demo</a></li>
<li><a href="./demos/demo-table.html">Table Demo</a></li>
<li><a href="./demos/demo-map.html">Map Demo</a></li>
<li><a href="./demos/demo-chart.html">Chart Demo</a></li>
</ul>
<h4 id="use">Use</h4>
<ul>
Expand Down

0 comments on commit f3328c0

Please sign in to comment.