summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-09 19:20:49 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-09 19:20:49 -0800
commit65059ef600773928a6c9b9c96657a541a6286650 (patch)
tree30bb45bf77cbdca202d9d56359b4729bae0c5a57 /Makefile
parent1a034acee13576bc252ef1ca3f91d0d35ba9a85e (diff)
Updated dingus.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1235ea..1a7b98d 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ npm:
cd js; npm publish
dingus: js/commonmark.js
- echo "Starting dingus server at http://localhost:9000" && python -m SimpleHTTPServer 9000
+ echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
### Spec ###