diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-07-16 14:20:30 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-07-16 14:20:30 -0400 |
commit | 682e45b96182d1abe0b6de3e4a6e9a8306896e7f (patch) | |
tree | 7440dceea6b53f07374f23ca1751343c976b9586 | |
parent | f2f1a4873f59f768ff926dffd256147001ab4ea2 (diff) |
In demo prose, note URL for hello demo
-rw-r--r-- | demo/prose | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ ProxyPassReverse /Demo/ http://localhost:8080/Demo/</pre></blockquote></p> sqlite3 /path/to/database/file <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> |