]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update tools/integration.sh script to new docs tree
authorSteven Hardy <shardy@redhat.com>
Mon, 29 Apr 2013 16:20:41 +0000 (17:20 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 29 Apr 2013 17:05:10 +0000 (18:05 +0100)
Update location to refer to the new fedora getting started guide

Change-Id: I507e1102a1979debd975fa6601e5385b1a47a756

tools/integration.sh

index c9b8fe055ebea1763e2fb6fccfd19a7ec750e383..30af370014113628bab6ba6a375f2cf669b9eb4d 100755 (executable)
@@ -12,7 +12,7 @@ error() {
 }
 
 run() {
-    bash -c "$($TOOLS_DIR/rst2script.sed $HEAT_DIR/docs/GettingStarted.rst)" || error
+    bash -c "$($TOOLS_DIR/rst2script.sed $HEAT_DIR/doc/source/getting_started/on_fedora.rst)" || error
 }
 
 case $1 in