summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--js/dingus.html (renamed from dingus.html)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b77ab94..14ed1d1 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ npm:
cd js; npm publish
dingus: js/commonmark.js
- echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
+ cd js && echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
### Spec ###
diff --git a/dingus.html b/js/dingus.html
index 0cac16d..f567755 100644
--- a/dingus.html
+++ b/js/dingus.html
@@ -6,7 +6,7 @@
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
- <script src="js/commonmark.js"></script>
+ <script src="commonmark.js"></script>
<script type="text/javascript">
var writer = new commonmark.HtmlRenderer();