Update tools/integration.sh script to new docs tree

Update location to refer to the new fedora getting started guide

Change-Id: I507e1102a1979debd975fa6601e5385b1a47a756
This commit is contained in:
Steven Hardy 2013-04-29 17:20:41 +01:00
parent 746877fe2e
commit 9531cbf586
1 changed files with 1 additions and 1 deletions

View File

@ -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