summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-07-16 14:20:30 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-07-16 14:20:30 -0400
commit682e45b96182d1abe0b6de3e4a6e9a8306896e7f (patch)
tree7440dceea6b53f07374f23ca1751343c976b9586 /demo
parentf2f1a4873f59f768ff926dffd256147001ab4ea2 (diff)
In demo prose, note URL for hello demo
Diffstat (limited to 'demo')
-rw-r--r--demo/prose2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/prose b/demo/prose
index 1cc9a6ac..8637ef68 100644
--- a/demo/prose
+++ b/demo/prose
@@ -30,7 +30,7 @@ ProxyPassReverse /Demo/ http://localhost:8080/Demo/</pre></blockquote></p>
sqlite3 /path/to/database/file &lt;demo/demo.sql
demo/demo.exe</pre></blockquote></p>
-<p>Then you can skip the static content and connect directly to the demo server at <tt>http://localhost:8080/Demo/Demo/main</tt>, which contains links to the individual demos.</p>
+<p>Then you can skip the static content and connect directly to the demo server at <tt>http://localhost:8080/Demo/Demo/main</tt>, which contains links to the individual demos. If you're running the server created just for <tt>hello</tt>, then the URL will be <tt>http://localhost:8080/Hello/main</tt>.</p>
<p>The rest of the demo focuses on the individual applications. Follow the links in the lefthand frame to visit the applications, commentary, and syntax-highlighted source code. (An Emacs mode is behind the syntax highlighting.) I recommend visiting the applications in the order listed, since that is the order in which new concepts are introduced.</p>