diff --git a/build-docs.sh b/build-docs.sh
index a38121fceb9a4cd1b43c34058755a049a08f8beb..52e43eb54f1c114f07b42b29a560ae4c034bf647 100644
--- a/build-docs.sh
+++ b/build-docs.sh
@@ -88,6 +88,6 @@ done
 
 # finalization
 echo "==================================================="
-echo "Moving default version $APP_VERSION docs to /"
-cp -r ./final/${APP_VERSION}/* ./final/
+echo "Moving redirect to /"
+cp ./final/${APP_VERSION}/redirect.html ./final/index.html
 echo "==================================================="