Links are to example.indexdata.com, not somesite.
authorMike Taylor <mike@indexdata.com>
Tue, 9 Jul 2013 12:05:52 +0000 (13:05 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 9 Jul 2013 12:05:52 +0000 (13:05 +0100)
tools/htdocs/index.html

index 570f42e..7b90bcc 100644 (file)
     <ul>
       <li>
         A very simple application at
-        <a href="http://somesite.indexdata.com/"
-                >http://somesite.indexdata.com/</a>.
+        <a href="http://example.indexdata.com/"
+                >http://example.indexdata.com/</a>.
         It's worth viewing the source to see how small it is.
       </li>
       <li>
-        <a href="http://somesite.indexdata.com/index-full.html"
+        <a href="http://example.indexdata.com/index-full.html"
            >A more detailed version</a>
        that contains a configuration structure instead of accepting
         the defaults. Includes a custom translation option to present
       </li>
       <li>
         The
-        <a href="http://somesite.indexdata.com/index-jquery.html"
+        <a href="http://example.indexdata.com/index-jquery.html"
            >jQuery plugin</a>
         version, consisting of a single line of JavaScript code.
       </li>
       <li>
        An application that
-       <a href="http://somesite.indexdata.com/index-lowlevel.html"
+       <a href="http://example.indexdata.com/index-lowlevel.html"
           >uses lower-level MKWS components</a>
        rather than the all-in-one <tt>#mkwsResults</tt> division,
        allowing it to use a rather different layout.
       </li>
       <li>
-        <a href="http://somesite.indexdata.com/index-mobile.html"
+        <a href="http://example.indexdata.com/index-mobile.html"
            >A version suitable for mobile devices</a>,
        with a responsive design that moves components around
         depending on the screen size.
       </li>
       <li>
-        <a href="http://somesite.indexdata.com/index-popup.html"
+        <a href="http://example.indexdata.com/index-popup.html"
            >A version that uses a jQuery popup</a>.
       </li>
       <li>