You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2013/09/23 13:26:10 UTC

svn commit: r1525558 - /incubator/olingo/site/trunk/content/doc/project-setup.mdtext

Author: mibo
Date: Mon Sep 23 11:26:10 2013
New Revision: 1525558

URL: http://svn.apache.org/r1525558
Log:
Fixed external URL

Modified:
    incubator/olingo/site/trunk/content/doc/project-setup.mdtext

Modified: incubator/olingo/site/trunk/content/doc/project-setup.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/project-setup.mdtext?rev=1525558&r1=1525557&r2=1525558&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/project-setup.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/project-setup.mdtext Mon Sep 23 11:26:10 2013
@@ -35,7 +35,7 @@ Necessary steps to get your project run 
 
 #### Required steps
 * Download Tomcat from [Tomcat Downloads](http://tomcat.apache.org/download-70.cgi)
-* Install Tomcat as described in [Tomcat Documentation](tomcat.apache.org/tomcat-7.0-doc/setup.html)
+* Install Tomcat as described in [Tomcat Documentation](http://tomcat.apache.org/tomcat-7.0-doc/setup.html)
 * Start Tomcat e.g. via `$TOMCAT_HOME/bin/startup.sh` (Linux) or `$TOMCAT_HOME/bin/startup.bat` (Windows)
 * Build of OData Application
   * Build your own `WAR` or