From 9531cbf586c539bb7fa4defaa8097bf31da06d81 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 29 Apr 2013 17:20:41 +0100 Subject: [PATCH] Update tools/integration.sh script to new docs tree Update location to refer to the new fedora getting started guide Change-Id: I507e1102a1979debd975fa6601e5385b1a47a756 --- tools/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration.sh b/tools/integration.sh index c9b8fe055e..30af370014 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