Fixing wrong application url in the readme.htm

git-svn-id: https://svn.apache.org/repos/asf/tuscany/java/das@686838 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/samples/company-webapp/readme.htm b/samples/company-webapp/readme.htm
index a0107f8..f632162 100644
--- a/samples/company-webapp/readme.htm
+++ b/samples/company-webapp/readme.htm
@@ -125,7 +125,7 @@
        created with required tables and data when the web application gets loaded for the first time in tomcat.
        <br><br>
    </li>
-   <li>Start tomcat and point your browser to: <a href="http://localhost:8080/sample-advanced-webapp/">http://localhost:8080/sample-advanced-webapp/</a></li>
+   <li>Start tomcat and point your browser to: <a href="http://localhost:8080/sample-company-webapp/">http://localhost:8080/sample-company-webapp/</a></li>
 </ul>