diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-11 10:16:44 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-02-11 10:16:44 +0000 |
commit | 8bb2d2f3e941280eac873ac11a72ea48ae8f2df9 (patch) | |
tree | 90c91b7f6422cb426c4fd4e93c0cc116bc10dc54 /index.html | |
parent | 8534963fb68be00174955b0baef1cf01c9fd2100 (diff) | |
download | vaadin-framework-8bb2d2f3e941280eac873ac11a72ea48ae8f2df9.tar.gz vaadin-framework-8bb2d2f3e941280eac873ac11a72ea48ae8f2df9.zip |
Added source tracking to links (in index.html). REMEMBER TO Change 1001 ->1002 for beta-1 (without ohjelmistokehitys stuff)
svn changeset:645/svn branch:toolkit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index e6ad318b1b..6b8c58d06f 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ <div class="links"> <div class="top"><div></div></div> <div class="cont"> - · <a href="http://toolkit.itmill.com/demo">IT Mill Toolkit Demo</a> <em>(online)</em><br /> + · <a href="http://toolkit.itmill.com/demo/?s=1000">IT Mill Toolkit Demo</a> <em>(online)</em><br /> · <a href="IT Mill Price List - February 2007.pdf">IT Mill Price List - February 2007</a> <em>(PDF)</em><br /> · <a href="IT Mill Toolkit and SOA.pdf">IT Mill Toolkit and SOA</a> <em>(PDF)</em> </div> @@ -105,7 +105,7 @@ <h2>Demo and sample code</h2> <p>To get quick feel of the toolkit, look at the demos:</p> <ul> - <li><a href="http://toolkit.itmill.com/demo/">Online at IT Mill</a></li> + <li><a href="http://toolkit.itmill.com/demo/?s=1001">Online at IT Mill</a></li> <li>To run demos locally, run start.bat (on Windows) or start.sh (on Mac or Linux) in <a href="demo">demo -directory</a></li> </ul> </div> |