Author: pallavi
Date: Mon Feb 15 06:51:43 2016
New Revision: 1730460

URL: http://svn.apache.org/viewvc?rev=1730460&view=rev
Log:
Fix broken Falcon CLI links

Modified:
    falcon/site/index.html
    falcon/trunk/general/src/site/site.xml

Modified: falcon/site/index.html
URL: 
http://svn.apache.org/viewvc/falcon/site/index.html?rev=1730460&r1=1730459&r2=1730460&view=diff
==============================================================================
--- falcon/site/index.html (original)
+++ falcon/site/index.html Mon Feb 15 06:51:43 2016
@@ -135,7 +135,7 @@
                   
       <li>
     
-                          <a href="FalconCLI.html" title="Client (Falcon CLI)">
+                          <a href="falconcli/FalconCLI.html" title="Client 
(Falcon CLI)">
           <i class="none"></i>
         Client (Falcon CLI)</a>
             </li>
@@ -444,7 +444,7 @@
 <div class="section">
 <h2>Getting Started<a name="Getting_Started"></a></h2>
 <p>Start with these simple steps to install an falcon instance <a 
href="./InstallationSteps.html">Simple setup</a>. Also refer to Falcon 
architecture and documentation in <a 
href="./FalconDocumentation.html">Documentation</a>. <a 
href="./OnBoarding.html">On boarding</a> describes steps to on-board a pipeline 
to Falcon. It also gives a sample pipeline for reference. <a 
href="./EntitySpecification.html">Entity Specification</a> gives complete 
details of all Falcon entities.</p>
-<p><a href="./Falconcli/FalconCLI.html">Falcon CLI</a> implements <a 
href="./Restapi/ResourceList.html">Falcon's RESTful API</a> and describes 
various options for the command line utility provided by Falcon.</p>
+<p><a href="./falconcli/FalconCLI.html">Falcon CLI</a> implements <a 
href="./restapi/ResourceList.html">Falcon's RESTful API</a> and describes 
various options for the command line utility provided by Falcon.</p>
 <p>Falcon provides OOTB <a href="./HiveIntegration.html">lifecycle management 
for Tables in Hive (HCatalog)</a> such as table replication for BCP and table 
eviction. Falcon also enforces <a href="./Security.html">Security</a> on 
protected resources and enables SSL.</p>
 <p><a name="LicenseInfo"></a></p></div>
 <div class="section">

Modified: falcon/trunk/general/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/falcon/trunk/general/src/site/site.xml?rev=1730460&r1=1730459&r2=1730460&view=diff
==============================================================================
--- falcon/trunk/general/src/site/site.xml (original)
+++ falcon/trunk/general/src/site/site.xml Mon Feb 15 06:51:43 2016
@@ -66,7 +66,7 @@
             <item name="On Boarding" href="./OnBoarding.html"/>
             <item name="Operability" href="./Operability.html"/>
             <item name="Entity Specification" 
href="./EntitySpecification.html"/>
-            <item name="Client (Falcon CLI)" href="./FalconCLI.html"/>
+            <item name="Client (Falcon CLI)" 
href="./falconcli/FalconCLI.html"/>
             <item name="Rest API" href="./restapi/ResourceList.html" 
collapse="true">
                 <item name="Entity Resource" 
href="./restapi/ResourceList.html" collapse="true">
                     <item href="./restapi/EntityValidate.html" name="Validate 
the entity" />


Reply via email to