Skip to content

Commit

Permalink
updated urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Nov 4, 2011
1 parent cad89f6 commit f2c2afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/Application/index.html
Expand Up @@ -14,7 +14,7 @@
<script type="text/javascript">

var apps = [{name: "Spring MVC & Hibernate", demoUrl: "", sourceUrl: "", gitUrl: "", buildTool: "maven"},
{name: "Simple Web App", demoUrl: "", sourceUrl: "", gitUrl: "git://github.com/jamesward/hellojavaheroku.git", buildTool: "maven"},
{name: "Simple Web App", demoUrl: "http://glowing-autumn-4004.herokuapp.com/", sourceUrl: "https://github.com/jamesward/hellojavaheroku", gitUrl: "git://github.com/jamesward/hellojavaheroku.git", buildTool: "maven"},
{name: "Simple Play! App", demoUrl: "", sourceUrl: "", gitUrl: "", buildTool: "play"},
{name: "Simple Play! + Scala App", demoUrl: "", sourceUrl: "", gitUrl: "", buildTool: "play+scala"},
{name: "Java + Redis Web App", demoUrl: "", sourceUrl: "", gitUrl: "", buildTool: "maven"},
Expand Down Expand Up @@ -92,7 +92,7 @@ <h3>Step 1) Pick an app to start with:</h3>
</div>
</p>
<p>
<h3>Step 2) Enter your email address and clone the app:</h3>
<h3>Step 2) Clone the app:</h3>
<input id="emailAddress" type="text" title="foo@bar.com"/>
<button id="shareAppButton">Go!</button><br/>
<div id="errors" style="color: #ff0000">
Expand Down

0 comments on commit f2c2afa

Please sign in to comment.