Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(examples): correct asset paths in index-json; list json example i…
Browse files Browse the repository at this point in the history
…n index;
  • Loading branch information
jbmoelker committed Aug 2, 2016
1 parent 2274f68 commit 4e2193b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/bootstrap-v3/index-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<demo-viewer></demo-viewer>

<link rel="stylesheet" href="../dist/demo-viewer.css">
<script src="../dist/demo-viewer.js"></script>
<link rel="stylesheet" href="../../demo-viewer.css">
<script src="../../demo-viewer.js"></script>

<script>
window.demoViewer({
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ <h1>Demo viewer</h1>

<h2>Examples</h2>
<ul>
<li><a href="examples/bootstrap-v3/">Bootstrap v3</a></li>
<li><a href="examples/bootstrap-v3/">Bootstrap v3 with config in HTML file</a></li>
<li><a href="examples/bootstrap-v3/index-json.html">Bootstrap v3 with config in external JSON file</a></li>
</ul>

</body>
Expand Down

0 comments on commit 4e2193b

Please sign in to comment.