From: Steven Hardy Date: Mon, 29 Apr 2013 16:20:41 +0000 (+0100) Subject: Update tools/integration.sh script to new docs tree X-Git-Tag: 2014.1~684^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9531cbf586c539bb7fa4defaa8097bf31da06d81;p=openstack-build%2Fheat-build.git Update tools/integration.sh script to new docs tree Update location to refer to the new fedora getting started guide Change-Id: I507e1102a1979debd975fa6601e5385b1a47a756 --- diff --git a/tools/integration.sh b/tools/integration.sh index c9b8fe05..30af3700 100755 --- a/tools/integration.sh +++ b/tools/integration.sh @@ -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