diff --git a/openbis_all/source/bash/upload-sprint-to-confluence.py b/openbis_all/source/bash/upload-sprint-to-confluence.py
index 5eec91de4c58ec0e384b4eb78ab9fec71f512870..80f73f6f05ac943171a41fae9beb3da9be0e8cff 100755
--- a/openbis_all/source/bash/upload-sprint-to-confluence.py
+++ b/openbis_all/source/bash/upload-sprint-to-confluence.py
@@ -73,7 +73,7 @@ def uploadToConfluenceAndPrintPageText(version):
   printWiki()
   printWiki("h5. openBIS Generic Framework")
   printWiki()
-  processFile("Installation Wizard (AS+DSS)", "openBIS-installation", version)
+  processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation", version)
   printWiki("* Command Line Installation")
   processFile("Application Server (AS)", "openBIS-server", version, 2)
   processFile("Data Store Server (DSS)", "datastore_server", version, 2)
@@ -82,7 +82,7 @@ def uploadToConfluenceAndPrintPageText(version):
   printWiki()
   printWiki('h5. openBIS for High Content Screening')
   printWiki()
-  processFile("Installation Wizard (AS+DSS)", "openBIS-installation-screening", version)
+  processFile("Installation and Upgrade Wizard (AS+DSS)", "openBIS-installation-screening", version)
   printWiki("* Command Line Installation")
   processFile("Application Server (AS)", "openBIS-server-screening", version, 2)
   processFile("Data Store Server (DSS)", "datastore_server-screening", version, 2)