Author: gourksaha
Date: Thu Apr  9 16:47:11 2015
New Revision: 1672420

URL: http://svn.apache.org/r1672420
Log:
Fix broken link for Resource Specification to /docs/configuration/resources.html

Modified:
    incubator/slider/site/trunk/content/docs/getting_started.md

Modified: incubator/slider/site/trunk/content/docs/getting_started.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/getting_started.md?rev=1672420&r1=1672419&r2=1672420&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/getting_started.md (original)
+++ incubator/slider/site/trunk/content/docs/getting_started.md Thu Apr  9 
16:47:11 2015
@@ -240,7 +240,7 @@ As Slider creates each instance of a com
 
 All this information goes into the **Resources Specification** file ("Resource 
Spec") named `resources.json`. The Resource Spec tells Slider how many 
instances of each component in the application (such as an HBase RegionServer) 
to deploy and the parameters for YARN.
 
-An application package should contain the default resources.json and you can 
start from there. Or you can create one based on [Resource 
Specification](/configuration/resource.html)).
+An application package should contain the default resources.json and you can 
start from there. Or you can create one based on [Resource 
Specification](/docs/configuration/resources.html)).
 
 Store the Resource Spec file on your local disk (e.g. `/tmp/resources.json`).
 


Reply via email to