From 8598a3452355c86c7f79b4ea784b0b310711a8b8 Mon Sep 17 00:00:00 2001
From: blsaws <blsaws@hotmail.com>
Date: Wed, 11 Nov 2015 07:01:47 -0800
Subject: Fix ref to design_docs moved to docs/design

Change-Id: I6c6fd6aa9e312cbffc196cdf4cb58f8c0290442f
Signed-off-by: blsaws <blsaws@hotmail.com>
---
 jjb/copper/docu-build.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/jjb/copper/docu-build.sh b/jjb/copper/docu-build.sh
index 68a7bf541..c4edb949e 100644
--- a/jjb/copper/docu-build.sh
+++ b/jjb/copper/docu-build.sh
@@ -10,7 +10,7 @@ echo "-----"
 echo
 
 #make
-sphinx-build -b html -E -c etc/ design_docs/ build/
+sphinx-build -b html -E -c etc/ docs/design/ build/
 
 echo
 echo "Upload"
@@ -38,13 +38,13 @@ if [[ $JOB_NAME =~ "verify" ]] ; then
     ssh -p 29418 gerrit.opnfv.org gerrit review -p $GERRIT_PROJECT -m \
     $gerrit_comment $GERRIT_PATCHSET_REVISION
 else
-    gsutil cp -r build/* "gs://$gs_path_branch/design_docs/"
-    #gsutil cp -r build/design_docs "gs://$gs_path_branch/"
+    gsutil cp -r build/* "gs://$gs_path_branch/docs/design/"
+    #gsutil cp -r build/docs/design "gs://$gs_path_branch/"
     #gsutil cp -r build/requirements/html "gs://$gs_path_branch/"
     #gsutil cp -r build/requirements/latex/*.pdf "gs://$gs_path_branch/"
     #echo
 
-    echo "Latest document is available at http://$gs_path_branch/design_docs/index.html"
+    echo "Latest document is available at http://$gs_path_branch/docs/design/index.html"
 
     if gsutil ls "gs://$gs_path_review" > /dev/null 2>&1 ; then
         echo
-- 
cgit